Odd Error Repeating in Logs

Hi,

I am absolutely stumped here. This error is filling my logs, and I have no idea why. This is for, essentially, an idle instance-- i.e., I’m not “asking” for this query. So, it’s coming from… somewhere. The Apollo tools maybe? No idea. And I don’t know how to trace it. I get what’s happening-- the experts table is being queried with a null id. But why? Where? By whom?

strapiv4-1           | [2024-04-27 18:41:06.898] http: POST /graphql (1419 ms) 200
strapiv4-1           | [2024-04-27 18:41:06.934] error: select "t0".* from "public"."experts" as "t0" where ("t0"."id" = $1) limit $2 - invalid input syntax for type integer: "null"
strapiv4-1           | error: select "t0".* from "public"."experts" as "t0" where ("t0"."id" = $1) limit $2 - invalid input syntax for type integer: "null"
strapiv4-1           |     at Parser.parseErrorMessage (/app/node_modules/pg-protocol/dist/parser.js:283:98)
strapiv4-1           |     at Parser.handlePacket (/app/node_modules/pg-protocol/dist/parser.js:122:29)
strapiv4-1           |     at Parser.parse (/app/node_modules/pg-protocol/dist/parser.js:35:38)
strapiv4-1           |     at Socket.<anonymous> (/app/node_modules/pg-protocol/dist/index.js:11:42)
strapiv4-1           |     at Socket.emit (node:events:517:28)
strapiv4-1           |     at Socket.emit (node:domain:489:12)
strapiv4-1           |     at addChunk (node:internal/streams/readable:368:12)
strapiv4-1           |     at readableAddChunk (node:internal/streams/readable:341:9)
strapiv4-1           |     at Readable.push (node:internal/streams/readable:278:10)
strapiv4-1           |     at TCP.onStreamRead (node:internal/stream_base_commons:190:23)

This topic has been created from a Discord post (1233902564181938278) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord