-
Notifications
You must be signed in to change notification settings - Fork 96
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
Cannot read property 'forEach' of undefined #67
Comments
Same problem here. |
@gutocf which version of the
|
Also having such errors. First I login (had to remove the trailing slash in server url to make it work). Then I have empty inerface and tabs. I have to select the "/" namespace to see something, but only in Events tab. Other tabs are empty and I see javascript errors: also I have lot of unhealhty servers growing up Tried on firefox and chromium. When I enter wrong server url (the one with trailing slash), firefox display xhr error and I have to change server url. Chromium also displays an error, but popin disappear and I can enter to a blank admin ui. I use socket.io 4.5.4
And instrumented the server with
|
Ok my bad, I had a custom parser, which was not expected by admin ui... |
I want to connect the client web page for socketIO and admin-UI.
But this error appeared.
When I use the code below.
The text was updated successfully, but these errors were encountered: