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
Describe the bug
References to the default tv/movie (and probably music) poster image don't include the baseUrl correctly, causing them to 404 when served via reverse-proxy.
Oddly, it seems to eventually work correctly after several retries. My SWAG is some kind of race condition preventing proper initialization of baseUrl near this bit of code...
Describe the bug
References to the default tv/movie (and probably music) poster image don't include the baseUrl correctly, causing them to 404 when served via reverse-proxy.
Oddly, it seems to eventually work correctly after several retries. My SWAG is some kind of race condition preventing proper initialization of baseUrl near this bit of code...
Ombi/src/Ombi/ClientApp/src/app/components/image/image.component.ts
Line 39 in e604c17
To Reproduce
Steps to reproduce the behavior:
/images/
instead of/<baseUrl>/images/
before eventually loading the correct URL.Expected behavior
Properly honor the baseUrl setting
Desktop (please complete the following information):
Ombi Version (please complete the following information):
Additional context
Nginx configured as reverse proxy with
/ombi/
baseUrl. Nginx, Ombi, and Emby are all Docker containers on the same host.The text was updated successfully, but these errors were encountered: