Skip to content
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

登录时有几率出现卡死 #129

Open
tangtj opened this issue Aug 15, 2024 · 1 comment
Open

登录时有几率出现卡死 #129

tangtj opened this issue Aug 15, 2024 · 1 comment

Comments

@tangtj
Copy link

tangtj commented Aug 15, 2024

复现方式

  1. 访问前端 http://127.0.0.1:8000
  2. 正常登录 -> 提示登录成功但是无跳转
  3. 原地刷新 http://127.0.0.1:8000/#/login?redirect=/dashboard
  4. 网页开始无响应

部署方式 : docker compose
`
version: '3.8'

services:
domain-admin:
volumes:
- './data/database:/app/database'
- './data/logs:/app/logs'
ports:
- '8000:8000'
environment:
- DB_CONNECT_URL=mysql://xxxxx/domain_admin
container_name: domain-admin
image: domain-admin:v1.6.45
restart: always
`

@tangtj
Copy link
Author

tangtj commented Aug 15, 2024

我需要重启 容器 才能正常访问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant