jfa-go icon indicating copy to clipboard operation
jfa-go copied to clipboard

'Continue' button after user creation does not redirect to Jellyfin

Open pedrovictori opened this issue 9 months ago • 2 comments

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

pedrovictori avatar Mar 23 '25 14:03 pedrovictori

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.

hrfee avatar May 13 '25 16:05 hrfee

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.

hrfee avatar May 14 '25 22:05 hrfee