Open v808comd opened 5 days ago
Also, I am using a Chinese browser, and the login interface displays Chinese. However, after successfully logging in, the page displays English and needs to be manually changed to Chinese.
try adding this line to .env file
NEXTAUTH_URL_INTERNAL=http://localhost:3000
https://ztnet.network/installation/options#nextauth-configuration
Unable to log in after adding
Nov 28 02:47:50 ztnet systemd[1]: Stopped ZTnet Service.
Nov 28 02:47:50 ztnet systemd[1]: ztnet.service: Consumed 3.007s CPU time.
-- Boot ec35702e5bd84a82b64f5e6ef9226fe2 --
Nov 28 02:47:58 ztnet systemd[1]: Started ZTnet Service.
Nov 28 02:48:01 ztnet node[146]:
Change to NEXTAUTH_URL_INTERNAL=http://ztnet:3000 There was no error, the problem has been resolved.
🐛 Describe the Bug
I am using Ubuntu 22.04 . curl -s http://install.ztnet.network | sudo bash The domain name has been configured and there were no errors during installation When using a domain name to access, the page opens very slowly.
If aaaa records are configured for the domain name, login is not possible. After entering the password, you will be returned to the login page.
🔍 Steps to Reproduce
The server is configured with static global IP and static global IPv6. As shown in the picture, the web service port for IPv6 has not been opened If the aaaa record of the domain name is deleted, it can be accessed, but clicking on any link is very slow.
🌐 Browser
Edge
🔧 Deployment Type
✨ Expected Behavior
No response
📋 ZTNET Logs
No response
🖼 Screenshots
No response