timeout when get the body await request.json()
When making this request:
I'm getting a timeout. While debugging this request to my Fastify backend, I found that the timeout is happening in the better-call getBody function. Any solutions for this?
NOTE: The API is working when i request the endpoint /ok



0 Replies