Error: Attempted to handle request too many times
Unanswered
Mrigal carp posted this in #help-forum
Mrigal carpOP
We have this kind of error in our production logs:
We do not understand what is the cause and how we can fix it, the related code is [here](https://github.com/vercel/next.js/blob/b8bf2c84b91033058b1fdd5e4c9ea09c1f08857e/packages/next/src/server/lib/router-server.ts#L271), but it did not help us identify the issue.
Can someone help us to get on the track?
2024-06-14T13:39:33+02:00 (node:2177) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [IncomingMessage]. Use emitter.setMaxListeners() to increase limit
2024-06-14T13:39:33+02:00 (node:2177) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to [IncomingMessage]. Use emitter.setMaxListeners() to increase limit
2024-06-14T13:39:33+02:00 Error: Attempted to handle request too many times /board-games/[boardGameId]/play?mode=matchmakingWe do not understand what is the cause and how we can fix it, the related code is [here](https://github.com/vercel/next.js/blob/b8bf2c84b91033058b1fdd5e4c9ea09c1f08857e/packages/next/src/server/lib/router-server.ts#L271), but it did not help us identify the issue.
Can someone help us to get on the track?