socketio / socket.io-admin-ui

Admin UI for Socket.IO

Home Page:https://admin.socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joining namespace room is impossible

dkonopka opened this issue · comments

Suddenly, without any architecture changes, there is no way to join socket namespace room, do you have any idea why?

Joining /admin name space works properly:

Screenshot 2023-09-07 at 13 14 02

Changing name space to /app

Popup is closing with showing before an error like ~200ms and later on displaying no data (no rooms, sockets)

Screenshot 2023-09-07 at 13 15 40

package.json

"@socket.io/admin-ui": "^0.5.1",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0",

Hi! That's weird, there hasn't been a recent update.

Have you found the culprit?

@darrachequesne unfortunately not, still the same situation, I didn't update socket.io version or even anything else.

Screenshot 2023-09-20 at 20 45 07

entering /app room is returning an error and empty data

@darrachequesne maybe you have some idea how to debug it, why there is io client disconnect error while trying to join /app namespace where /admin works properly?

Issue solved, I had mode: production and it makes rooms invisible :)