Nothing happend on email sign-up
Hey, i tried implement betterAuth on my nestJS. Problem is very weird, i can't receive any error. There is my snippet. Do you know where can i start find any issues or logs?



Solution:
Jump to solution
Ok, i found it, thanks @Ping the problem was that there was missing disabling bodyParser

6 Replies
Does it work if you didn't modify the base path?
No, the same infinite loading.
How did you come across your implementation method for Better auth in nest?
its my own, nest is underhood just express.
Yeah, I think it's likely the implementation for how you mount BA handler.
We do have a PR to implement Nest officially, but it's not out yet.
https://github.com/better-auth/better-auth/pull/1548
You'll have to look out for others who may know Nest, as I'm not familiar, sorry 😅
GitHub
feat: nestjs support by ThallesP · Pull Request #1548 · better-au...
Adds support for the NestJS framework
The PR adds full support for NestJS with decorators, guards, and a module for a seamless integration.
Here's some examples:
import { NestFactory } from...
Solution
Ok, i found it, thanks @Ping the problem was that there was missing disabling bodyParser
