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
When I wrap my Next.js config with withNextAuthAdapteras instructed, I see the following error on server startup (via npm run dev ie blitz dev):
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './core/init' is not defined by "exports" in /Users/johnvandivier/workspace/ladderly-3/node_modules/next-auth/package.json
Paste all your error logs here:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './core/init' is not defined by "exports" in /Users/johnvandivier/workspace/ladderly-3/node_modules/next-auth/package.json
@Vandivier apologies about the delay in responding
There is no current way of getting next-auth working without a manual patch. I am working on checking for a fix, but more monkey patching will not be solution, until the next-auth team allows more internal exports
This patch or the exports in these files are needed for the social sign in to work.
What is the problem?
When I wrap my Next.js config with
withNextAuthAdapter
as instructed, I see the following error on server startup (via npm run dev ieblitz dev
):Paste all your error logs here:
Paste all relevant code snippets here:
n/a
What are detailed steps to reproduce this?
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
some other useful dep versions:
The text was updated successfully, but these errors were encountered: