hrfee / jfa-go

a bit-of-everything user managament app for Jellyfin

Home Page:https://jfa-go.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STUCK ON FINISHED PAGE

tarokeitaro opened this issue · comments

please help me. i have set up everything and successfully test the connection to jellyfin. but at the end it can't do anything. when i refresh the page, it goes back to the beginning.
Screenshot from 2023-03-27 23-10-59

Hey @tarokeitaro
Could you provide further details regarding the actions you took, the outcome you were expecting, and the actual result that occurred?

Same issue trying to setup via localhost/internal ip and externally. Running on ubuntu/debian based

actions took:

General page (page 1)
listen address: 0.0.0.0 default port 8056; made a url base with a reverse proxy on apache subdomain.domain.com;

Login (page 2 of the setup)
Authorize with Jellyfin/Emby: Login details are shared with Jellyfin, which allows for multiple users. with admin users only selected.

Jellyfin (page 3 setup)
server address internal: localhost:8096 (default jellyfin port)
external: subdomain.domain.com (confirmed working from outside)
server name (optional): blank
username/password:given with test connection successful

Ombi page 4 setup skipped as i do not use it.

Messages page 5 left default. i do not have a SMTP server setup and the defaults for the rest is fine as is.

Admin notications page 6
enabled with welcome messages enabled.

invite messages page 7
URL: subdomain.domain.com/invite
email subject: Invite - Jellyfin

page 8 password resets:
enabled path: (i have tried two different setups as the config.json and where the passwordreset-*.json locations are different)
/var/lib/jellyfin (this is the location where the password reset files are generated by jellyfin
i have also tried: /usr/share/jellyfin/web (this is the location where the config.json file is located for jellyfin)

page 9 password validation - left as default

page 10 help messages - default

page 11 Finished - same issue as thread poster where i get stuck as image provided by tarokeitaro.

expected result accessible account creation page.

actual result - wizard reset as if none of the setup happened when refreshing at the last step

Fixed it; had to restart the whole machine as stopping the service using sudo jfa-go stop does not work. afterwords all of the setup done was applied and is working.