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
When run npm run dev in latest main branch, it will show some build problem. It seems the dashbaord website can still run correctly, but everytime when refresh and rebuild the frontend, it will show the error log.
Error message/log
➜ dashboard git:(main) npm run dev
> dev
> next dev
▲ Next.js 14.1.0
- Local: http://localhost:3000
⨯ API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
⨯ API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
⨯ API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
⨯ API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
⨯ API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
✓ Ready in 2.6s
To Reproduce
Get the latest branch, go the dashboard directory then run npm run dev
Expected behavior
Should not see
⨯ API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
My local node js version is v18.17.0
The text was updated successfully, but these errors were encountered:
yufansong
changed the title
bug(dashboard): Build problem in dashbaord UI frontend bug
bug(dashboard): Build problem in dashbaord UI frontend
Feb 23, 2024
Describe the bug
When run
npm run dev
in latest main branch, it will show some build problem. It seems the dashbaord website can still run correctly, but everytime when refresh and rebuild the frontend, it will show the error log.Error message/log
To Reproduce
Get the latest branch, go the
dashboard
directory then runnpm run dev
Expected behavior
Should not see
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
My local node js version is v18.17.0
The text was updated successfully, but these errors were encountered: