πŸ‡ΊπŸ‡ΈUnited States @mcoughli

Account created on 20 March 2012, over 12 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States mcoughli

Following up on this. We've identified the following in getAbsoluteUrlForField as our culprit:

return Url::fromUserInput($field_value)->setAbsolute()->toString();

Is there a reason the return value cannot simply be $field_value? When that string is passed to Url::fromUserInput the object returned doesn't seem to include the original URI anymore, rather a new object created using the route for the image style with no reference to even the relevant filename.

Production build 0.71.5 2024