requests to /api/auth/* hanging for 500s before cancelling when calling to prod URL
I've set up NestJS and better-auth according to https://github.com/laakal/nestjs-better-auth-template, and am hosting it on Railway at https://thewebapi-production.up.railway.app
Whenever I run authClient.signUp.email(), the request goes through, but gets left on "pending", both in the dev console and when i tested it on Postman.
I don't know whether its a CORS issue or something to do with my implementation of better-auth
Whenever I run authClient.signUp.email(), the request goes through, but gets left on "pending", both in the dev console and when i tested it on Postman.
I don't know whether its a CORS issue or something to do with my implementation of better-auth