Closed cwoolum closed 3 months ago
Dug a bit deeper and as per the source, the auth routes no longer live under /api
. I'll get a PR up to fix the docs.
Thanks @cwoolum nice catch
The basePath is /auth
here is the code
I'm looking forward to merging your PR
Which component is affected?
Qwik Runtime
Describe the bug
When trying to use the
@auth/qwik
package, routes are not getting registered which causes auth redirects to fail with the error/api/auth/signin
not found.Reproduction
https://stackblitz.com/edit/qwik-starter-7tnnx2
Steps to reproduce
@auth/core
instead of@builder.io/qwik-auth
inplugin@auth.ts
.System Info
Additional Information
No response