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
Users in Jellyfin who have an Avatar are missing. The URL is being rewritten to https due to the mixed content, but the hostname is still the internal URL and does not reflect the External URL when set.
This has been fixed in the new commit to develop branch, you can now set the external hostname in settings and any user that signs in for first time now will use the external hostname and any existing users can be re-imported to update their avatar url.
Description
My Jellyseerr is set up as https://jellyseerr.url via reverseproxy. My Jellyfin instance setup in Jellyseerr initially with http://localP:port, but I have an http://fully.qualified.domainname set as my External URL.
Users in Jellyfin who have an Avatar are missing. The URL is being rewritten to https due to the mixed content, but the hostname is still the internal URL and does not reflect the External URL when set.
Version
v1.1.0
Steps to Reproduce
Screenshots
Logs
No response
Platform
desktop
Device
Desktop
Operating System
Windows 11, macOS
Browser
Chrome, Edge, Firefox
Additional Context
jellyseerr/server/routes/user/index.ts
Line 508 in 4f972be
jellyseerr/server/routes/settings/index.ts
Line 324 in 4f972be
jellyseerr/server/routes/auth.ts
Line 247 in 4f972be
Code of Conduct
The text was updated successfully, but these errors were encountered: