Skip to content
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

Refreshing Browser in Cluster Mode causes "502 Bad Gateway" #50

Closed
matthewhoman opened this issue Jan 22, 2021 · 2 comments
Closed

Refreshing Browser in Cluster Mode causes "502 Bad Gateway" #50

matthewhoman opened this issue Jan 22, 2021 · 2 comments

Comments

@matthewhoman
Copy link

The UI works great on initial load in ClusterMode and Elasticache turned on, however if you refresh your browser the whole UI is crashing with "502 Bad Gateway"

image

The logs are saying this:

using home config is /settings/.p3xrs-conns.json
[P3XRS] [PID: 000008] socket.io connected -aorob8TknFo52g7AAAB
[P3XRS] [PID: 000008] socket.io connection-connect added new socket.id -aorob8TknFo52g7AAAB to undefined name with RcDevs
[P3XRS] [PID: 000008] socket.io connection-connect undefined RcDevs connected
[P3XRS] [PID: 000008] 1/22/2021, 7:41:30 PM unhandledRejection ReplyError: ERR SELECT is not allowed in cluster mode
at parseError (/usr/local/lib/node_modules/p3x-redis-ui/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/usr/local/lib/node_modules/p3x-redis-ui/node_modules/redis-parser/lib/parser.js:302:14) {
command: { name: 'select', args: [ '1' ] }
} Promise {
ReplyError: ERR SELECT is not allowed in cluster mode
at parseError (/usr/local/lib/node_modules/p3x-redis-ui/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/usr/local/lib/node_modules/p3x-redis-ui/node_modules/redis-parser/lib/parser.js:302:14) {
command: { name: 'select', args: [Array] }
}
}

Is this a known issue or does anyone know how to resolve it?

@p3x-robot
Copy link
Member

the fix will be released in about 10 minutes...

@p3x-robot
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants