qwik-authjs-example icon indicating copy to clipboard operation
qwik-authjs-example copied to clipboard

Next-Auth.js + Qwik example integration

Results 4 qwik-authjs-example issues
Sort by recently updated
recently updated
newest added

Just a heads-up. https://discord.com/channels/842438759945601056/842438761287254019/1074126920037453874

I don't know if the problem is with `@auth/core` but when I navigate to `/api/auth/signin`, it redirects to plain http. I'm being a proxy, but `X-Forwarded-Proto` is set. `NEXTAUTH_URL` is...

to reproduce: - `npm update` - `npm run dev` ``` 09 h 43 min 56 s [vite] Internal server error: __vite_ssr_import_0__.NextAuthHandler is not a function at getServerSession (/src/server/auth/auth.ts:83:45) at eval...

Any idea if your authjs example could work with Cloudflare Pages? The qwik community desperately need an example code that would run with express (like yours) and one for cloudflare...