-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Create Thumbnail Doesn't Work (Demo) #5743
Comments
nginx caching on thumbnails and poster images, but nothing to expire cache when these are updated in the application. This is impacting terraform sites. After 30 minutes, when the cache expires, the new thumbnails should show up. |
The caching layer is setup in Here's the config: We should figure out how to expire the cache for thumbnail/posters or maybe consider disabling the cache until we can figure out a better solution. |
On the demo server I commented out the caching of poster and thumbnail images and restarted the cache container. Updating a thumbnail/poster took effect immediately instead of having to wait 30 minutes. If this feels like a long term solution then we could make the change in |
@cjcolvar What do you think would be best? I'm fine with commenting out lines for the Docker install if that resolves the issue in that enviroment. I can create a new issue either way. |
I'll make this change in Completed here: avalonmediasystem/avalon-docker@5b34058 |
Description
On Terraform-based Avalon instances like the demo.avalonmediasystem.org, thumbnail images are unable to be set. Using the modal to select a new poster/thumbnail seems to hit a 500 error on the POST to /still for a masterfile.
To reproduce
Done Looks Like
The text was updated successfully, but these errors were encountered: