Hello,
We are having a big issue with the package.
We are trying to update our project to the latest Nuxt version (2.15.8) using Nuxt-generate-cluster to speed up the generation process (we have been using it for years now).
The generation process succeeds and the htmls are created, but when testing them running nuxt start (or other server like live-server ) the generated pages complain that the manifest.js for them is not found and break the project:
GET http://localhost:3000/_nuxt/static/1642503716/manifest.js net::ERR_ABORTED 404 (Not Found)
We have tried using Nuxt's native generation, to see if the problem is also there. But when using it the project works well.
I'll try to share some basic config information about the project, and I can try expand if this is not enough.
We are currently configuring our generation like this:
Hello, We are having a big issue with the package. We are trying to update our project to the latest Nuxt version (2.15.8) using Nuxt-generate-cluster to speed up the generation process (we have been using it for years now).
The generation process succeeds and the htmls are created, but when testing them running
nuxt start
(or other server like live-server ) the generated pages complain that themanifest.js
for them is not found and break the project:GET http://localhost:3000/_nuxt/static/1642503716/manifest.js net::ERR_ABORTED 404 (Not Found)
We have tried using Nuxt's native generation, to see if the problem is also there. But when using it the project works well.
I'll try to share some basic config information about the project, and I can try expand if this is not enough. We are currently configuring our generation like this:
And our package looks like this:
Any help with this issue or a workaround will be greatly appreciated, as we are stuck with this for weeks now.