Currently having an issue with thallesp/nestjs-better-auth , it works well on local but when i deploy to DOCKER all the auth routes return 404
already updated all @nestjs libraray to latest
"better-auth": "^1.4.3",
"@thallesp/nestjs-better-auth": "^2.2.0",
Any inputs about this ?