Github Actions broken Nuxt UI starter build
While generating to static, outputs empty app, and then on client side
also, crawler fails to find dynamic routes, but i think it's because it just failed to generate pages itself
Also if i remove all nuxt-ui components it will work ok, but i not sure is this problem is only with nuxt ui or more general issue
locally all this commands works fine
How to recreate:
1)
2) commit and push to github
3) create githubpages action
do not forget to add
save and wait for deployment
my example:
https://github.com/VofSwords/nuxt-issue
also, crawler fails to find dynamic routes, but i think it's because it just failed to generate pages itself
Also if i remove all nuxt-ui components it will work ok, but i not sure is this problem is only with nuxt ui or more general issue
locally all this commands works fine
How to recreate:
1)
npm create nuxt@latest -- -t ui2) commit and push to github
3) create githubpages action
do not forget to add
save and wait for deployment
my example:
https://github.com/VofSwords/nuxt-issue
GitHub
Contribute to VofSwords/nuxt-issue development by creating an account on GitHub.
