Closed BonzTM closed 2 years ago
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
https://github.com/Fallenbagel/jellyseerr/blob/4f972be8584e48f544268aef9d1d05769ba2e38e/server/routes/user/index.ts#L508 https://github.com/Fallenbagel/jellyseerr/blob/4f972be8584e48f544268aef9d1d05769ba2e38e/server/routes/settings/index.ts#L324 https://github.com/Fallenbagel/jellyseerr/blob/4f972be8584e48f544268aef9d1d05769ba2e38e/server/routes/auth.ts#L247
Code of Conduct