Trying to troubleshoot, what I think is a, CORS issue.
Heroku us our host. Fastly is our CDN.
Browser console error:
Access to fetch at 'https://myapp.com/rails/active_storage/blobs/redirect/aBcD--redacted--/image_0123456789.pdf' from origin 'https://www.myapp.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Access-Control-Allow-Origin
is set to "*"
Thoughts?