Josh
BABetter Auth
•Created by Josh on 5/11/2025 in #help
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
6 replies
BABetter Auth
•Created by Josh on 5/3/2025 in #help
Error FAILED_TO_CREATE_USER with code 42703 when trying to create a new user
I've set up BetterAuth with my React and Vite app, and have tried to set it up with NestJS on the backend
I've gotten it to not throw errors on startup, however, when I run
I won't share EVERYTHING as i dont have enough characters, so if anyone is willing to help, let me know what you need, i.e my user entity, my nestjs setup etc, and I'll send it asap
37 replies