Replies: 2 comments 5 replies
-
Do you have any logs you could share? Also when using |
Beta Was this translation helpful? Give feedback.
-
at moment I have updated my package.json to look like this with an older next update and it works : |
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
"dependencies": {
"@types/lodash": "^4.14.157",
"@types/matter-js": "^0.14.4",
"bootstrap": "^4.5.0",
"gsap": "^3.3.4",
"matter-js": "^0.14.2",
"next": "latest", <------------------------------
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"sass": "^1.26.9"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT", <------------------------------
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write **/.{js,ts,tsx} **//*.{js,ts,tsx}",
"lint": "eslint . --ext ts --ext tsx --ext js",
"test": "jest",
"test-all": "yarn lint && yarn type-check && yarn test"
},
"dependencies": {
"@types/lodash": "^4.14.157",
"@types/matter-js": "^0.14.4",
"bootstrap": "^4.5.0",
"gsap": "^3.3.4",
"matter-js": "^0.14.2",
"next": "9.4.5-canary.0", <------------------------------
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"sass": "^1.26.9"
},
Heroku Error Log
H10
Beta Was this translation helpful? Give feedback.
All reactions