#Any ideas with payload extraction issues?
1 messages · Page 1 of 1 (latest)
seems like for some reason, the payload is not generated (or not uploaded)?
Is this a prod build?
Yea, same on the prod
This is about my personal website that I host on github pages (if this is important). Project is open-source, so you can take a look if you want (https://github.com/helltraitor/helltraitor.github.io), but I can't determine the reason
I will try to provide any useful information
@void flume can't repro locally 🤔
yarn generate && npx serve .output/public
It's possible only when nuxt generate is used
*I use yarn, but you can whatever you want, of course
ahh, that's important info 🙂
@void flume you can do:
experimental: {
payloadExtraction: false,
},
In your nuxt.config.ts
I heard that this setting is important for static website, but I will check this out
Yes, but it seems that in combination with nuxt content, generation works also without that property
I'll have a look in the coming days 👍
For now, I will left it as is. Since this setting is setup out-of-the-box and I errors are not critical (seems so), I don't want to make any changes in config. I will subscribe at issue on github repo (nuxt\nuxt or nuxt\content) as soon as it will be accessable. Thanks for help!
@void flume I think I have the "solution"
you want to set this but to true (explicitly)
So
experimental: {
payloadExtraction: true,
},
This is not intended though. Related: https://github.com/nuxt/nuxt/issues/22068#issuecomment-1635347712
Environment Operating System: Windows_NT Node Version: v18.16.0 Nuxt Version: 3.6.2 Nitro Version: 2.5.2 Package Manager: [email protected] Builder: vite User Config: pages, debug, dev, modules, pwa, app, ...