-
-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blitz-auth: Fix webpack from following next-auth #4160
Conversation
🦋 Changeset detectedLatest commit: 86a9058 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Just a quick +1 for this PR. We tried migrating our blitz app to the app folder this week but got stuck on errors that sound like they will be solved by this PR. We are using blitz-auth, not next-auth for our app. We will try again once this is merged… |
Hey @tordans sorry for that, we are working to merge this soon. |
OK! Now let's publish this 😃 |
need this. ♥ |
Bummer, i thought this would fix this
|
@variousred this looks entirely unrelated to the |
|
@variousred blitz can just patch them, but it's not that simple:
If you did manage to make nextjs work with tl;dr |
i get the same thing with |
whats the "right" way to use blitz-auth with a provider like SIWE, rainbowkit? just following |
linking to #4171 |
@variousred do you perhaps still use "type": "module" in your package json? |
No |
has anyone done this? is this not working generally? |
Hey @variousred , we are currently in the process of working with next auth to fix this issue by exposing the required functions upstream. Thank you for patience, we are working to make this more stable. |
thanks @siddhsuresh much appreciated |
Closes: ?
What are the changes and their implications?
in betav29, webpack follows
next-auth
with webpack resolve when the package name is passed directly.latest
Bug Checklist
pnpm changeset
in the root directory)