This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Description
Version
1.4.1
Reproduction link
https://github.com/OfekA/static-site-nuxt-issue
Steps to reproduce
- clone the repo from the Reproduction link
npm install
npm run generate
- the build should be successful including Nuxtent pages (path:
/careers)
you should see something similar in the log:

now to fail the build:
- update the 'Nuxt' dependency in
package.json to 2.3.4 or anything 2.3.x and above
- delete
package-lock.json file and the node-modules folder
npm install
npm run generate
- the build will successful but Nuxtent pages will not be generated (path:
/careers)
you should see something similar in the log:

What is expected?
Nuxtent pages to be generated just like in Nuxt 2.2.0 and below
What is actually happening?
Nuxtent pages are not generated
Additional comments?
I've also posted the issue in the Nuxt Discord channel, @manniL checked the issue there and concluded that it is most likely related to Nuxtent and not Nuxt itself.
Would really appreciate some help here as this is the only thing blocking me from upgrading to Nuxt 2.3.x and above. Thanks in advance!
This bug report is available on Nuxt community (#c144)