Sign in request gets hanged
I tried from the /api/auth/reference scaler page, curl and also postman, but the server doesn't return anything and the request gets hanged.
Here is my auth setup,
7 Replies
GET /ok
returns
Sign up gets hanged as well

Why not try the authClient itself?
I need to test other endpoints in Postman which requires me to login first. Also, what if I want to integrate the API in other platforms which doesn't have better auth client? @Ping
I need to test other endpoints in Postman which requires me to login first.Okay.
what if I want to integrate the API in other platforms which doesn't have better auth client?That's fine, I just mean for testing purposes.
Yeah the auth client works, it's just not working through the rest endpoints
The authClient uses those same endpoints. Are you sure you're passing all the necessary data to make the request?