Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(dashboard): Build problem in dashbaord UI frontend #15219

Closed
yufansong opened this issue Feb 23, 2024 · 0 comments · Fixed by #15252
Closed

bug(dashboard): Build problem in dashbaord UI frontend #15219

yufansong opened this issue Feb 23, 2024 · 0 comments · Fixed by #15252
Labels
type/bug Something isn't working
Milestone

Comments

@yufansong
Copy link
Member

yufansong commented 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

➜  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

@yufansong yufansong added the type/bug Something isn't working label Feb 23, 2024
@github-actions github-actions bot added this to the release-1.7 milestone Feb 23, 2024
@yufansong yufansong changed the title bug(dashboard): Build problem in dashbaord UI frontend bug bug(dashboard): Build problem in dashbaord UI frontend Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant