We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images on store front disappear after a while.
Solidus Version:4.4.2
When deployed to production environment with caching enabled, images disappear after a while.
src: image_tag image.url(size), default_options.merge(options)
image_tag url_for(image.attachment.variant(size)), default_options.merge(options)
The text was updated successfully, but these errors were encountered:
Hey, could you add some information:
Sorry, something went wrong.
Image is not being served and appears as a broken link.
.url generates https://hostname/rails/active_storage/disk/##REF##
url_for generates
https://hostname/rails/active_storage/representations/redirect/##REF##
Storage is local to the server using the Disk service.
No proxies are involved. Web server is Apache2/Passenger
Successfully merging a pull request may close this issue.
Images on store front disappear after a while.
Solidus Version:4.4.2
When deployed to production environment with caching enabled, images disappear after a while.
src: image_tag image.url(size), default_options.merge(options)
image_tag url_for(image.attachment.variant(size)), default_options.merge(options)
The text was updated successfully, but these errors were encountered: