#Any ideas with payload extraction issues?

1 messages · Page 1 of 1 (latest)

void flume
#

I have strange errors and warnings on nuxt generate website. But it's working as expected . Where the errors comes from? Can and how can I fix them?

oak canopy
void flume
#

I will try to provide any useful information

oak canopy
#

@void flume can't repro locally 🤔

void flume
#

yarn generate && npx serve .output/public

void flume
void flume
oak canopy
#

@void flume you can do:

  experimental: {
    payloadExtraction: false,
  },

In your nuxt.config.ts

void flume
oak canopy
#

I'll have a look in the coming days 👍

void flume
# oak canopy 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!

oak canopy
#

@void flume I think I have the "solution"

oak canopy
#

So

#
  experimental: {
    payloadExtraction: true,
  },