ElysiaJS setup fail
I've tried betterAuth twice and always give up as I fail to get it working.
I'm using Prisma ORM and just email and password for now,
I've set up the betterAuth middleware (mount and macro) and added the catchAll routes under /auth/*
Debugging shows me that the routes are being intercepted by betterAuth but nothing other than that happens,
Generating the schema throws some long error I don't understand.
1 Reply
I realized betterAuth doesn't play well with pre-existing schemas that include comments or additional features such as the prismabox generator, native binary selection, or the multischema option. 🤦
After working around that, I'd still like to know what endpoints are available so I can Use yaak as my REST client to test