#Error when running bun dev command on a nextjs project
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Basically when I clone my nextjs project using bun I can't get the dev server to work properly.
this is the repo https://github.com/MichalUSER/bun-next-todo-app
This issue doesn't seem like a bun issue. It's a CORS issue by your server's setup.
yes but im using the default nextjs bun template