When running bun run -b dev the sign-in button just refresh the page with nothing happens. When running normal next dev with node.js, it works as expected, and login and redirect.
What is the expected behavior?
It should login and redirect me to a different page
What version of Bun is running?
1.0.6
What platform is your computer?
Linux 5.15.77-amd64-desktop x86_64 unknown
What steps can reproduce the bug?
I have next-auth in a react function, with this return:
When running
bun run -b dev
the sign-in button just refresh the page with nothing happens. When running normalnext dev
with node.js, it works as expected, and login and redirect.What is the expected behavior?
It should login and redirect me to a different page
What do you see instead?
Same page, it refresh and reset the page.
Additional information
I do use next-auth and next-safe: