BetterAuth mounted but routes returning 404 in NestJS
Hello,
I’m integrating @thallesp/nestjs-better-auth into a NestJS project and it seems to initialize fine and the console shows:
however when I try to do anything (register, login, oath...) it always returns 404 error
this is my AuthModule:
Solution:Jump to solution
updating the packages related to @nestjs to the latest version solves the issue
2 Replies
Solution
updating the packages related to @nestjs to the latest version solves the issue