Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error even when connection was successful #40

Open
ZhengLin-Li opened this issue Feb 19, 2024 · 4 comments
Open

Error even when connection was successful #40

ZhengLin-Li opened this issue Feb 19, 2024 · 4 comments

Comments

@ZhengLin-Li
Copy link

ZhengLin-Li commented Feb 19, 2024

Here is what I got when I try to connect to EventMesh Admin Endpoint, but it seems that the connection was actually successful?

Failed to connect to http://localhost:10106
Network Error
image

To reproduce is easy, just run the following commands:

docker run -d --name eventmesh -p 10000:10000 -p 10105:10105 -p 10205:10205 -p 10106:10106 -t apache/eventmesh:latest

cd ./path-to-eventmesh-dashboard
npm run dev
@Pil0tXia
Copy link
Member

May you please press F12 and check which endpoint request failed?

@ZhengLin-Li
Copy link
Author

image

I think it's this one

@ZhengLin-Li
Copy link
Author

To reproduce is easy, just run the following commands:

docker run -d --name eventmesh -p 10000:10000 -p 10105:10105 -p 10205:10205 -p 10106:10106 -t apache/eventmesh:latest

cd ./path-to-eventmesh-dashboard
npm run dev

@Pil0tXia
Copy link
Member

There isn't a /client endpoint in EventMesh Runtime and the Dashboard will request to /client/{protocol name} when users access CLIENTS sector.

It seems no functions are interrupted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants