NestJS Better Auth routes
Anyone else having Problems Calling the Better Auth routes in NestJS since yesterday. I get 404 Not Found. But i know the ressource exists and is correctly mapped in the Initialization
Solution
https://github.com/ThallesP/nestjs-better-auth/issues/20
Issue here. Fix Pull Request has been created
Issue here. Fix Pull Request has been created
GitHub
I am encountering an issue where all requests to endpoints under the /api/auth/* path result in a 404 Not Found error.This occurs even with a minimal project setup using better-auth and nestjs-bett...