socketio / socket.io-admin-ui

Admin UI for Socket.IO
https://admin.socket.io
MIT License
346 stars 94 forks source link

Joining namespace room is impossible #73

Closed dkonopka closed 11 months ago

dkonopka commented 1 year ago

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",
darrachequesne commented 1 year ago

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

Have you found the culprit?

dkonopka commented 11 months ago

@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

dkonopka commented 11 months ago

@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?

dkonopka commented 11 months ago

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