-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Support]: 0.3.6 发现一个小 bug #105
Comments
Please try to clean browser cache. If you still have issues, i need to know more about your system. Browser: Also, can you describe what you see in the browser when you logout? |
|
首次注册管理员后跳转到登陆界面,会卡在 http://ip:3000/auth/login 页面。 |
Can you try to clean cache. |
我是清理了缓存的。 |
Thx. Can you post your docker-compose.yml file. |
version: "3.1" zerotier: ztnet: networks: |
try to add these in docker-compose.yml NEXTAUTH_URL: "http://218.60.97.186:3000"
NEXTAUTH_URL_INTERNAL: "http://localhost:3000" |
Thx,Added NEXTAUTH_URL_INTERNAL: "http://localhost:3000" ,Perfect solution to the problem! |
创建 planet后,查看 docker logs ztnet . 其中有这个提示: |
Perfect. Thank you for letting me test on your server. 👍
These are normal when you create a new planet. It willl generate new certificates |
📝 Describe the Problem You Are Having
docker-compose.yml 文件中,将 NEXTAUTH_URL: "http://localhost:3000" 修改为 NEXTAUTH_URL: "http://ip:3000" 后,退出登录后不能回到登录界面。
注册后也不能进入界面。
🔖 Version
0.3.6
📋 Relevant Log Output
No response
💻 Operating System
None
📚 Any Other Information That May Be Helpful
No response
The text was updated successfully, but these errors were encountered: