狗蛋 (@Goldensun)Beszel 登录闪退修复 中发帖

今天尝试给机器部署了 Beszel 
因为不想对外暴露端口 所以部署的时候使用的是 
services: 
beszel: 
image: henrygd/beszel:latest 
container_name: beszel 
restart: unless-stopped 
ports: 

127.0.0.1:12345:8090

然后用cloudflare 的zero trust 域名来访问 
结果创建账户后登录 就闪退 
(登录进去 1秒就自动弹回到登录界面) 
F12看了一下好像是有个请求 
请求网址: 
https://xxxxx/api/collections/users/auth-refresh 
请求方法: 
POST 
状态代码: 
400 Bad Request 
远程地址: 
127.0.0.1:9909←也不知道这里为什么端口变成了9909 跟配置里的也不...
 
 
Back to Top