You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using http://####.cloudfront.net as the Base URL (I've hashed out the actual details).
I get an 'Unable to check if {filename} exists.
Looking through web log, I can see the Cloudfront URL is being converted automatically into an amazonaws.com domain. E.g:
[web.ERROR] [craft\errors\FsException] GuzzleHttp\Exception\ClientException: Client error: HEAD https://####.s3.me-south-1.amazonaws.com/placeholder-image.jpg resulted in a 400 Bad Request response in /var/www/html/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
The URL doesn't exist, so correctly returns unable to check {filename} exists, as the Base URL has been changed.
Description
I am using http://####.cloudfront.net as the Base URL (I've hashed out the actual details).
I get an 'Unable to check if {filename} exists.
Looking through web log, I can see the Cloudfront URL is being converted automatically into an amazonaws.com domain. E.g:
[web.ERROR] [craft\errors\FsException] GuzzleHttp\Exception\ClientException: Client error:
HEAD https://####.s3.me-south-1.amazonaws.com/placeholder-image.jpg
resulted in a400 Bad Request
response in /var/www/html/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113The URL doesn't exist, so correctly returns unable to check {filename} exists, as the Base URL has been changed.
Steps to reproduce
Additional info
(Using Craft DDEV)
Is there a way to stop the Filesystems Base URL from being changed into a amazonaws.com domain
Or any advice.
Many thanks in advance,
Rob
The text was updated successfully, but these errors were encountered: