Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timneutkens/buildbug
https://github.com/timneutkens/buildbug
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/timneutkens/buildbug
- Owner: timneutkens
- Created: 2020-05-11T17:51:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T17:48:28.000Z (over 4 years ago)
- Last Synced: 2024-10-05T12:41:04.614Z (3 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS build bugs
# Bug-1
```
$ yarn build
```causes
```
$ next build
Creating an optimized production buildCompiled successfully.
Automatically optimizing pages ...
Error occurred prerendering page "/[...slugs]". Read more: https://err.sh/next.js/prerender-error:
Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.Error occurred prerendering page "/404". Read more: https://err.sh/next.js/prerender-error:
Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.Error occurred prerendering page "/". Read more: https://err.sh/next.js/prerender-error:
Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.Error occurred prerendering page "/blog". Read more: https://err.sh/next.js/prerender-error:
Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.> Build error occurred
Error: Export encountered errors
at _default (/Users/ivankleshnin/Projects/buildbug/node_modules/next/dist/export/index.js:19:1164)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async build (/Users/ivankleshnin/Projects/buildbug/node_modules/next/dist/build/index.js:36:218)
error Command failed with exit code 1.```