You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (/src/server/auth/withSession.ts:7:31)
at async eval (/src/utils/endpointBuilder.ts:5:42)
at async next (/home/bbigras/src/qwik-next-auth-example/node_modules/@builder.io/qwik-city/vite/index.cjs:26808:33)
at async loadUserResponse (/home/bbigras/src/qwik-next-auth-example/node_modules/@builder.io/qwik-city/vite/index.cjs:26821:3)
at async /home/bbigras/src/qwik-next-auth-example/node_modules/@builder.io/qwik-city/vite/index.cjs:27192:32 (x3)
The text was updated successfully, but these errors were encountered:
Hello. I updated dependencies to the latest here #5. I switched from next-auth to new auth.js. This example should work fine for dev and preview modes. But there are still some issues with running the express adaptor. I don't know what's happening there yet.
to reproduce:
npm update
npm run dev
The text was updated successfully, but these errors were encountered: