Version 9.3.2 breaks my zeit.co build
See original GitHub issueBug report
Last hotfix version breaks the zeit.co build.
Describe the bug
Update to next.js version 9.3.2 and try to deploy your application via zeit.co. The next build
step fails with:
Automatically optimizing pages...
> Build error occurred
_error_Error {
props: "Cannot find module 'private-next-pages/index.spec.tsx'",
context: undefined,
refs: {},
updater: {
isMounted: [Function: isMounted],
enqueueForceUpdate: [Function: enqueueForceUpdate],
enqueueReplaceState: [Function: enqueueReplaceState],
enqueueSetState: [Function: enqueueSetState]
},
code: 'MODULE_NOT_FOUND'
}
...
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Setup a typescript based nextjs project
- Setup deployment in zeit.co
- Start deployment
- See error
Expected behavior
It should just work as before. After downgrade, it works again.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Version 9.3.2 breaks my zeit.co build · Issue #11482 - GitHub
Update to next.js version 9.3.2 and try to deploy your application via zeit.co. The next build step fails with: Automatically optimizing pages..
Read more >Use absolute imports in Next.js app deployed with ZEIT Now
My local build passed without setting NODE_PATH or configuring module resolution in next's-config while having set the baseUrl in tsconfig.json.
Read more >ictime TimeTracking & Reporting for Jira - Version history
Jira Server Version with latest JDC changes. CollapsedExpanded6.1.0.2Jira Server 9.0.0 - 9.3.22022-10-18Maintenance Download. Version 6.1.0.2 • Released ...
Read more >Untitled
#2013 Haier company tv, Magnus puto meaning, Saarlouis galerie kleiner markt ... Liquid logic deuce coupe price, Xboxgamerk break my mind, 4-in-1, 96...
Read more >Complete Examples - Authority Records - RDA Toolkit
These examples represent a particular agency's policies on the application of RDA instructions and are illustrative not prescriptive.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This error breaks also examples. I just copied blog-starter. Run
npm install
thennpm run build
and got this error: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.