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 issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Feb 3, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
12.0.8-canary.13
What version of Node.js are you using?
16.13.1
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
Vercel
Describe the Bug
When using
experimental.outputStandalone
with middlewares,yarn build
is breaking. since nft.json file is not generated for middleware.[Error: ENOENT: no such file or directory, open '~/next.js/examples/with-docker/.next/server/pages/_middleware.js.nft.json'] {
Expected Behavior
yarn build
to succeed and tracing files for middleware to be generated.To Reproduce
create
pages/_middleware.js
in with-docker example and thenyarn build
is breakingThe text was updated successfully, but these errors were encountered: