Replies: 1 comment 5 replies
-
|
这个错误是前端容器无法连接到后端服务 影响范围:
常见原因和解决方法:
简单来说,这个错误主要影响实时推送功能,不会导致整个平台不可用,但建议尽快排查后端连接问题。 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Failed to proxy http://keep-backend:8080/pusher/auth Error: connect ECONNREFUSED 172.17.0.2:8080
at (Error: connect ECONNREFUSED 172.17.0.2:8080) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '172.17.0.2',
port: 8080
}
Beta Was this translation helpful? Give feedback.
All reactions