{"_entry":"{\"context\":\"ExceptionsHandler\",\"level\":\"error\",\"message\":\"column \\"operatorIndex\\" does not exist\",\"stack\":[\"error: column \\"operatorIndex\\" does not exist\n at Parser.parseErrorMessage (/app/node_modules/pg-protocol/dist/parser.js:287:98)\n at Parser.handlePacket (/app/node_modules/pg-protocol/dist/parser.js:126:29)\n at Parser.parse (/app/node_modules/pg-protocol/dist/parser.js:39:38)\n at Socket.\u003canonymous\u003e (/app/node_modules/pg-protocol/dist/index.js:11:42)\n at Socket.emit (node:events:513:28)\n at Socket.emit (node:domain:489:12)\n at addChunk (node:internal/streams/readable:324:12)\n at readableAddChunk (node:internal/streams/readable:297:9)\n at Readable.push (node:internal/streams/readable:234:10)\n at TCP.onStreamRead (node:internal/stream_base_commons:190:23)\"]}"}
but i think it is because of sort by operatorIndex
so this pr should fix it
found that this endpoint doesnt work on holesky
curl https://keys-api-holesky.testnet.fi/v2/modules/operators/keys {"statusCode":500,"message":"Internal server error"}%
{"_entry":"{\"context\":\"ExceptionsHandler\",\"level\":\"error\",\"message\":\"column \\"operatorIndex\\" does not exist\",\"stack\":[\"error: column \\"operatorIndex\\" does not exist\n at Parser.parseErrorMessage (/app/node_modules/pg-protocol/dist/parser.js:287:98)\n at Parser.handlePacket (/app/node_modules/pg-protocol/dist/parser.js:126:29)\n at Parser.parse (/app/node_modules/pg-protocol/dist/parser.js:39:38)\n at Socket.\u003canonymous\u003e (/app/node_modules/pg-protocol/dist/index.js:11:42)\n at Socket.emit (node:events:513:28)\n at Socket.emit (node:domain:489:12)\n at addChunk (node:internal/streams/readable:324:12)\n at readableAddChunk (node:internal/streams/readable:297:9)\n at Readable.push (node:internal/streams/readable:234:10)\n at TCP.onStreamRead (node:internal/stream_base_commons:190:23)\"]}"}
but i think it is because of sort by operatorIndex so this pr should fix it