DreaMinder / nuxt-payload-extractor

Nuxt.js module that makes `nuxt generate` command to store html and payload separately.
MIT License
146 stars 18 forks source link

No payload when using the nuxt-auth module #9

Open deepsoul opened 4 years ago

deepsoul commented 4 years ago

When using the nuxt auth module (https://auth.nuxtjs.org/) to preserve the preview stage, all payload.json are empty after static build.

After disabling the auth module everything works as expected.

DreaMinder commented 4 years ago

@deepsoul Sorry, I wasn't able to reproduce your issue. Maybe if you have simple reproduction on codesandbox, I'll be able to investigate more.