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
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
Solution
I had a password row in my table and didnt realize I shouldnt. wasted 10h figuriing that out