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
Describe the bug
Starting the dashboard after build crashes nextjs application.
To Reproduce
Steps to reproduce the behavior:
Clone repo, go to dashboard directory, ensure you have node, npm and nvm installed. node version should be v20.16.0, according to Dockerfile
node -v
v20.16.0
npm -v
10.8.1
nvm -v
0.39.5
Run commands
npm i
up to date, audited 1301 packages in 7s
210 packages are looking for funding
run `npm fund`for details
21 vulnerabilities (2 low, 3 moderate, 16 high)
To address all issues, run:
npm audit fix
Run `npm audit`for details.
npm notice
npm notice New minor version of npm available! 10.8.1 -> 10.9.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.0
npm notice To update run: npm install -g [email protected]
npm notice
npm run dev
>[email protected] dev
> next dev
⨯ API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
▲ Next.js 13.5.6
- Local: http://localhost:3000
✓ Ready in 1950ms
Describe the bug
Starting the dashboard after build crashes nextjs application.
To Reproduce
Steps to reproduce the behavior:
Browse http://localhost:3000
See error in terminal output
⨯ Error: Cannot find module 'react/jsx-dev-runtime'
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: