Here's how to reproduce the issue:
pnpm ito install dependencies- Copy
.env.exampleto.env(leave as is) pnpm run docker:previewmake a docker image and run itcurl http://localhost:3000/api/auth/okwill respond with 404 page- Uncomment the line in
.env - Comment out the baseURL in
src/lib/server/auth.ts pnpm run docker:previewmake a new docker image and run itcurl http://localhost:3000/api/auth/okwill respond ok