Closed yosa closed 6 months ago
I have the same issue... have you made progress?
Same
I had to create project from scratch using webpack. the version with vite gives problems
I have the same issue... have you made progress?
I had to create project from scratch using webpack. the version with vite gives problems
I managed to fix the issue on my side, at least well enough to generate the static pages.
Changes made:
if (true)
to force compilation of render-template.js
await transformProdSsgFallbackHtml(html, this.quasarConf),
to provide html content instead of a PromiseI believe this was all I did. If you wish to do the same just make these changes within node_modules/quasar-app-extension-ssg
.
q/app-vite v1.8.3 introduced some breaking changes for this extension by changing some imported functions to async functions.
The fixes are available in the quasar-app-extension-ssg@5.2.0 release.
Sorry for not being quicker. I have very little time to maintain this extension. Hopefully, ssg mode should be natively supported by quasar in the more or less near future.
@freddy38510 thank you
When running quasar ssg generate it gives the error ERR_INVALID_ARG_TYPE.
Can someone share a solution with me?