-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Custom server + App router doesn't run in dev mode #55278
Comments
Hi @coltonehrman , I have the same issue without custom server and latest canary release, rolling back to version 13.4.20-canary.23 and the problem disappear! Below the stacktrace:
|
Indeed, it appears this bug was introduced in Looking at the release notes, maybe #55226 by @feedthejim (reviewed by @timneutkens) sounds related? cc @ijjk |
This is most likely #54813, we are taking a look! |
Does this work in the latest canary? I landed a refactor that should affect this. |
Error no longer present in latest canary on Releases page (currently |
@karlhorky I can not manage to repro anymore after the latest canary, can you double check and/or share your error? |
My error, I think Can confirm that Updated my post above! |
### What? Removes Replay.io as a valid reproduction link from our bug template. ### Why? Based on issues #55181 and #55278 it looks like people are struggling to report the correct thing. Also, without source maps, replays are still harder to use for debugging than an actual code base Ref: [Slack thread](https://vercel.slack.com/archives/C04DUD7EB1B/p1694608481515339?thread_ts=1694428848.689079&cid=C04DUD7EB1B)
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Link to the code that reproduces this issue or a replay of the bug
https://app.replay.io/recording/untitled--434d663c-8bfa-4630-9489-80ca45309b22
To Reproduce
npx create-next-app@latest
npm i next@canary
node server.js
npm run dev
Current vs. Expected behavior
App should work.
What happens?
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:53 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6020 Binaries: Node: 16.20.1 npm: 8.19.4 Yarn: N/A pnpm: N/A Relevant Packages: next: 13.4.20-canary.25 eslint-config-next: 13.4.19 react: 18.2.0 react-dom: 18.2.0 typescript: 5.2.2 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
App Router, Standalone mode (output: "standalone")
Additional context
Seems to be related to this PR #54813
NEXT-1612
The text was updated successfully, but these errors were encountered: