Please I need help creating default user automatically

Hello, I want to make just one login page (no sign up page) and I want to make a default user inserted to db when someone uses my nextjs project that meant to run locally (npm run dev) so I want to prevent signup new accounts but also keep one default account only, how to do that in better auth ? I uses better-sqlite3, I test making a function that runs inside lib/auth.js automatically but return invalid query parameters even though I take the same code as inside the documentation, if anyone can help me thanks
2 Replies
RayHerring
RayHerring2w ago
I too am looking for this. I do not want user signup, but alas, there is no default admin, and ChatGPT and Clarm are both failing so hard at helping me 🙁
Mr.Nobody
Mr.NobodyOP2w ago
Yes i try alot but I didn't achieve anything I think its necessary to have signup with better auth

Did you find this page helpful?