-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login stuck loading #103
Comments
If the path in address bar is Line 36 in 8fb29fa
|
The path is https://10.0.0.173:3443/login and this is after finishing the setup, i get stuck trying to login with default credentials it just gets stuck loading. I reviewed the error log and here are its contents: cat ztnsrv-error.log |
It failed to parse the passwd file. Did you run this command to initialize it?
|
Looks like that fixed it! Thank you very much. |
When i try to sign into the website using either http or https, it gets stuck loading and never authenticates (or if using the wrong password denies) me.
Not using docker, setup per read me.
.env content:
NODE_ENV=production
HTTP_ALL_INTERFACES=yes
HTTPS_HOST=10.0.0.173
HTTPS_PORT=3443
I also can't seem to find the log location.
The text was updated successfully, but these errors were encountered: