You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Verify canary release
Provide environment information
Operating System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Tue, 08 Aug 2023 22:15:00 +0000 Binaries: Node: 18.16.0 npm: 9.8.1 Yarn: 1.22.19 pnpm: 8.6.10 Relevant Packages: next: 13.4.20-canary.4 eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0 typescript: N/A Next.js Config: output: N/A
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
https://github.com/dcousens/next-build-bug
To Reproduce
Describe the Bug
Consider the following code
This should build
app/
, and the process should end.The bug
The process stays open because a HTTP server has been started for some reason, and is listening on a random port
Fwiw, the HTTP server doesn't call
.end
when requests are made either, but it does respond with a200
Expected Behavior
The process should end, and no HTTP server should be started
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: