mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #829] live接口和enabled接口返回404 #4870
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#4870
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liuhd92 on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/829
/api/notifications/live这个接口和/api/environments/enabled这个接口,一直报404,现在出现一个问题,那就是无法申请ssl证书,应该和这两个接口报404有关系,一直卡在0%的位置
就一直卡在这,其他的接口都没问题,正常200
@0xJacky commented on GitHub (Jan 23, 2025):
您好,申请证书接口跟这个没有关系。你看一下websocket 代理配置了没有。
@0xJacky commented on GitHub (Jan 23, 2025):
sse 的接口按理说不应该报404的,你的 nginx 配置文件可以贴出来看一下吗?
@0xJacky commented on GitHub (Jan 24, 2025):
你是在使用的子目录部署方式吗
@liuhd92 commented on GitHub (Feb 7, 2025):
@0xJacky commented on GitHub (Feb 7, 2025):
更新一下最新版本,应该修复了
@liuhd92 commented on GitHub (Feb 7, 2025):
@0xJacky commented on GitHub (Feb 7, 2025):
用脚本更新吧,GitHub被墙了
@0xJacky commented on GitHub (Feb 7, 2025):
更新完看一下 系统 > 自我检查
@liuhd92 commented on GitHub (Feb 7, 2025):
@liuhd92 commented on GitHub (Feb 7, 2025):
确实是反向代理了nginxui,我的配置如下,标红的是nginx-ui的配置,是有什么问题吗
@0xJacky commented on GitHub (Feb 7, 2025):
这个看起来是子目录部署的bug,可以看一下F12 网络请求 ws 分类吗
@0xJacky commented on GitHub (Feb 7, 2025):
不对,你是不是漏给 /nginxui/ 配置了 Upgrade和 Connection的 proxy header
@liuhd92 commented on GitHub (Feb 7, 2025):
对对对,是的是的,真是一句惊醒梦中人啊,膜拜!!!
@liuhd92 commented on GitHub (Feb 7, 2025):
搞定了已经
@0xJacky commented on GitHub (Feb 7, 2025):
嗯