cedar2025 / Xboard

基于V2board二次开发支持新协议新特性的高性能面板
MIT License
2.02k stars 509 forks source link

[BUG] /monitor/api/stats 403 #268

Closed dingdayu closed 1 day ago

dingdayu commented 1 day ago

🙇‍♂️🙇‍♂️🙇‍♂️注意:XrayR等非XBoard问题请前往项目方提问 🙇‍♂️🙇‍♂️🙇‍♂️Note: XrayR and other non-XBoard issues please go to the project side to ask questions

The XBoard version number you are using 当前使用的XBoard版本号(git commit id) : last, e10b01753b6feebcfaaee9b75dbf7b6d33aa23e6

Would you like to deploy using Docker? 你的部署方式(是否为Docker): True, for k8s

Please briefly describe the issue you encountered (preferably with reproducible steps). 简单描述你遇到的问题(最好带上复现步骤): 登录管理后台,/monitor/api/stats 请求会被 403 响应,其他接口正常,如:

Screenshot of the reported error(Please do desensitization) 报告错误的截图(请做脱敏处理)

image image 同样的 authorization。

image

请教下 /monitor/api/stats 是哪里定义的,我搜搜了整个项目没有找到相关代码,只有前端 umi 里有个请求地址。

dingdayu commented 1 day ago

是 horizon 的?

dingdayu commented 1 day ago

已经确定是 horizon ,第一次部署,在 k8s 中,所以先手动安装生成了一份 .env copy 出来的时候,顺手把 APP_ENV=local 改为 APP_ENV=production 手贱,绕了好多圈子。