-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Images not loading #319
Comments
Could you try turning on image caching |
It is on, problem persists |
Okay try this. Turn image caching off, go to settings > jobs and cache and flush image caching and tmdb cache |
Also I did all of that and things are updating but terribly slow |
I have also been experiencing this issue. Seems to happen randomly on both Blink & Gecko based browsers. |
@Savanta Is jellyseerr installed onto an HDD or SSD? and is it running under any vpn? |
It is running behing nginx reverse proxy.
It is 1TB SSD |
I'm trying Vivaldi on windows and Firefox on linux. No change |
Nothing on the |
No vpn, I even redeployed everything with clean config. Problem persisted. |
That all looks good to me 🤔 |
You're getting a 504 on those images. That's a gateway timeout error 🤔 |
But only sometimes... |
Any ideas? |
The thing I can think of is, try native installation. Could be a docker networking problem because 504 is gateway timeout error so 🤔 |
I've got a breakthrough! |
What's your upstream dns? |
I changed from google to cloudflare, everything works now like a charm. |
…nd it to external api class This fix should in theory use nodeCache with the help of the cacheManager class to cache jellyfin/emby api requests. Jellyfin's standard Time-To-Live was set as 6 hours so as to ensure that the cached data is relatively up to date without making excessive API requests. In addition, this fix sets the checkPeriod for the jellyfin cache to 30 minutes as it sounds suitable enough for checking and cleaning up expired cach entries without causing perfomance overhead. fix #728, fix #319
Description
Images are not loading and console keeps throwing 504 errors
Version
78ccea9
Steps to Reproduce
Screenshots
Logs
Platform
desktop
Device
Docker
Operating System
Docker
Browser
Firefox, Vivaldi
Additional Context
UID: 1000
GID: 1000
Code of Conduct
The text was updated successfully, but these errors were encountered: