You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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?
The text was updated successfully, but these errors were encountered:
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"
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?
The text was updated successfully, but these errors were encountered: