-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
May you please press F12 and check which endpoint request failed? |
To reproduce is easy, just run the following commands:
|
There isn't a It seems no functions are interrupted. |
I encountered the same problem, but why would I access this non-existent client resource path? |
Here is what I got when I try to connect to EventMesh Admin Endpoint, but it seems that the connection was actually successful?
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
The text was updated successfully, but these errors were encountered: