timeout when get the body await request.json()

When making this request:
POST /api/test/auth/sign-in/email HTTP/1.1
Content-Type: application/json
User-Agent: insomnia/9.3.3
Host: localhost:3333
Content-Length: 55
{
"email": "[email protected]",
"password": "test1234"
}
POST /api/test/auth/sign-in/email HTTP/1.1
Content-Type: application/json
User-Agent: insomnia/9.3.3
Host: localhost:3333
Content-Length: 55
{
"email": "[email protected]",
"password": "test1234"
}
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
No description
No description
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?