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
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...