-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
next dev
does not compile page as of Next 13.0.3-canary.4
#44976
Comments
Hi, thanks for the detailed reproduction! Opened a patch for this here #44986 will update this thread when it's available on canary. |
Hah, if it was telemetry, guess it must have been this PR that was the issue instead :) Thank you for the extremely fast response on this! |
Yeah that change surfaced it in initial compilation with yarn |
Awesome! I'm done for the day, but I'll give it another shot tomorrow. |
Okay, confirmed that 13.1.3-canary.4 fixes the issue - thanks! |
Great, thanks for confirming! 🚀 |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Windows:
Linux:
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://github.com/replayio/devtools/tree/feature/FE-1124-next-13-upgrade
To Reproduce
feature/FE-1124-next-13-upgrade
yarn
to install all depsyarn dev
to start the dev server/recording/[[...id]]
Confirmed that this happens on both Windows and WSL Linux.
Describe the Bug
The Replay.io DevTools repo is currently on Next 12.1, and still uses Babel to do our JS compilation, as we had seen issues with Next+SWC sourcemaps (previously filed as #39878 ).
I attempted to upgrade our repo to Next 13.1.2 to see if the sourcemap issues were resolved. After installing 13.1.2,
yarn build
succeeded with Next configured to use either Babel or SWC for JS compilation. (Repo uses Babel by default because we have a.babelrc
file. Renaming that to.babelrc.bak
switches to SWC.)However, when I tried to run
yarn dev
and load a page, Next started compiling our/recording/[[...id]]
page, and never progressed further.I bisected Next releases and confirmed that this behavior started with Next 13.0.3-canary.4.
yarn dev
runs okay with 13.0.3-canary.3, but the same freezing happens with 13.0.3-canary.4.Looking at https://github.com/vercel/next.js/releases/tag/v13.0.3-canary.4 , the potentially relevant PRs could likely be:
Expected Behavior
yarn dev
would successfully compile the page as usualWhich browser are you using? (if relevant)
Chrome 108, but not relevant
How are you deploying your application? (if relevant)
Local dev
The text was updated successfully, but these errors were encountered: