'Continue' button after user creation does not redirect to Jellyfin
When I create a new user following an invite link, the Continue button does not take me to Jellyfin, but instead it displays this message:
Invalid invite code.
The code above was either incorrect, or has expired.
Need help? contact me.
But the user is correctly created in Jellyfin.
Logs [GIN] GET(/invite/NRtdrRSKiKkuzmWUCJJYqg) => 200 [GIN] GET(/lang/form) => 200 [GIN] POST(/user/invite) => 200 [GIN] GET(/users/announce) => 200 [GIN] GET(/profiles/names) => 200 [GIN] GET(/users) => 200 [GIN] GET(/invites) => 200 [GIN] GET(/invite/[my jellyfin server public address]) => 404
weird, which version is this in, and would you be able to "inspect element" the continue button and tell me what's in the "href" field? the value is templated in by the server from the "public" address you set for your jellyfin server, or the advanced field "Form success redirect URL" in general.
You might be missing http:// or https:// from the url. 44e8035 adds it to all relevant urls if missing, so that should fix it automatically.