JonathanDoelan

Results 24 comments of JonathanDoelan

Is there a workaround to prevent relating users to files? In terms of GDPR we are not allowed to store user data longer than actually needed. What is a good...

> > Is there a workaround to prevent relating users to files? In terms of GDPR we are not allowed to store user data longer than actually needed. What is...

I have written this extension: ```js // index.js export default ({ filter }, { services, getSchema }) => { const { FilesService } = services; filter("users.delete", async (input, meta, context)...

Alternatively we could replace the next queued build as long as the running build has not finished. This could be an easier solution?

@gAtrium Maybe we have the same problem? Have a look at https://github.com/nuxt/nuxt/issues/18402

> Hey! Could you kindly provide a [reproduction](https://v3.nuxtjs.org/community/reporting-bugs/#create-a-minimal-reproduction)? 🙏 @manniL I’ve created one (with GitHub Codespaces): https://github.com/JonathanDoelan/nuxt-payload-issue Do have the same bug?

@provok-it I don’t use Nuxt i18n in this [app](https://github.com/JonathanDoelan/nuxt-payload-issue) And in my real project, I only use one locale … (because I like to separate content from the template)

@manniL I’ve published the repo also on [stackblitz](https://stackblitz.com/edit/github-qiqtjg?file=README.md,pages%2Findex.vue,pages%2Fabout.vue) which should make it easier to review. I now don’t think that the problem is with the _payload.js … but somehow sub...

@manniL @danielroe Thanks for the clarification. I am just wondering if we should mention this somewhere in the docs? Because I thought SSG simply doesn’t work for Nuxt 3. But...

I have figured out how to implement a Preview mode for SSG in Nuxt 3. Have a look at https://github.com/nuxt/nuxt/discussions/18407