Closed qiulang closed 2 years ago
I saw this issue https://github.com/socketio/socket.io-admin-ui/issues/7 was closed at 0.1.2 but I am using 0.4.0 (and "socket.io-redis": "^6.1.1") and still hit it.
+1 seeing it myself as well
Here is my stacktrace (similar to above)
I'm encountering the same issue, only with mode set as "development", otherwise it works great. Is there any workaround available for the same @qiulang @darrachequesne ?
I think I have found the culprit, this should be fixed by https://github.com/socketio/socket.io-admin-ui/commit/6d58a755b4d692970d3f2066903a4d503f334f0a.
I'll publish a new version later today.
I think I have found the culprit, this should be fixed by 6d58a75.
I'll publish a new version later today.
That's awesome! Waiting for it
Released in 0.5.1. Thanks for your patience :+1:
@darrachequesne I have verified 0.5.1 worked and I would like turn it into feature request: is it possible to make mode setting a runtime setting, so I can turn it on and off when I need ?
I understand the development mode will be a burden to https://admin.socket.io/ but we will host the Admin UI server ourselves so a runtime setting is more appropriate.
@darrachequesne 0.5.1 also fixed the issue I raised here https://github.com/darrachequesne/notepack/issues/29
I notice I only have dashboard and servers menu
I think this is because start my nodejs using "NODE_ENV=production node index.js" so I set mode code specifically in code
But then server crash with error
I searched this error and found someone else also hit this error
https://bestofvue.com/repo/socketio-socket-io-admin-ui-vuejs-web-sockets (at "7. Error serialising sockets with session stores")