-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Auth.js + SvelteKit crash: Unexpected AnyRequestContext tag #7029
Comments
|
This error is an assertion failure where any situation this happens is a bug in bun's (internal) lifecycle of the |
This will probably fix it #7048 |
Thank you Jarred :) this was by far the nicest bug report handling I've had in any project. |
What version of Bun is running?
1.0.11+f7f6233ea
What platform is your computer?
Linux 6.5.0-10-generic x86_64 x86_64
What steps can reproduce the bug?
Setup AuthJs with SvelteKit. My specific case is using the Google oauth provider and a Prisma adapter for the database.
Run
bun run dev
Attempt to login, get crash.
What is the expected behavior?
Redirecting to the Google oauth login page.
What do you see instead?
Additional information
If any extra info is required, feel free to ask. I'm currently on my phone, so the bug report is a bit sparse.
The text was updated successfully, but these errors were encountered: