Badget
Badget copied to clipboard
Bug: NextJS local dev environment breaks in edge runtime
Describe the bug
NextJS local dev environment breaks in edge runtime Ref: https://github.com/vercel/next.js/issues/52176
We should remove/comment out all of the export const runtime = "edge"
from pages
Steps to reproduce
-
pnpm run dev:web
- Navigate any edge runtime page
- See errors in console
Additional context (Is this in dev or production?)
Windows local dev server
Hello! I'm excited by what you guys are building and would love to contribute to the project, mind if I give this issue a go? Thanks and appreciate the great work!
Hello @kennysliding - Assigning you the issue. @matteobad can test it after 👏
Did you get a chance to look at it @kennysliding ?
@meglerhagen Yea, spent a bit time navigating the set up and repo, will create a PR for the fix today
Any progress here or has this already been done and not closed @kennysliding?
Hi @michaelwschultz - We found the issue i think @matteobad ?
@Codehagen Is this fixed as part of #147 ?