You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug (must be provided)
nebula dashboard only support http://ip:port pattern for work
A clear and concise description of what the bug is.
Your Environments (must be provided)
OS: Linux
Node-version: node v16.9.1
Dashboard-version: v2.5.0
How To Reproduce(must be provided)
step1:
bind a domain like dashboard.xxx.com to ip:port
step2:
view dashboard.xxx.com/ would report
nodejs.ECONNRESETError:
read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:220:20)
errno: -104
code: "ECONNRESET"
step3:
because this proxy file produce some route problem when view by domain url
@learn2Pro Thanks for your comment. The "ECONNRESET" error means the host not exists. I reproduced it. Pls check that if you startup the nebula-http-gateway service(by checking the doc in README.md) before using dashboard.
Describe the bug (must be provided)
nebula dashboard only support http://ip:port pattern for work
A clear and concise description of what the bug is.
Your Environments (must be provided)
How To Reproduce(must be provided)
step1:
bind a domain like dashboard.xxx.com to ip:port
step2:
view dashboard.xxx.com/ would report
nodejs.ECONNRESETError:
read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:220:20)
errno: -104
code: "ECONNRESET"
step3:
because this proxy file produce some route problem when view by domain url
![wecom-temp-a0d579c2cde8bb962c805817f22821cd](https://user-images.githubusercontent.com/17799557/133272062-9d3d5711-7b5b-4ea1-986a-f69753dd0b0d.png)
this proxyAdditional context
Provide logs and configs, or any other context to trace the problem.
The text was updated successfully, but these errors were encountered: