BA
Better Auth•6d ago
Damian

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?
No description
No description
No description
Solution:
Ok, i found it, thanks @Ping the problem was that there was missing disabling bodyParser
No description
Jump to solution
6 Replies
Ping
Ping•6d ago
Does it work if you didn't modify the base path?
Damian
DamianOP•6d ago
No, the same infinite loading.
Ping
Ping•6d ago
How did you come across your implementation method for Better auth in nest?
Damian
DamianOP•6d ago
its my own, nest is underhood just express.
Ping
Ping•6d ago
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
Damian
Damian•6d ago
Ok, i found it, thanks @Ping the problem was that there was missing disabling bodyParser
No description

Did you find this page helpful?