Farnabaz
Farnabaz
Could you try upgrading to latest version of Nuxt and Content module with clean install? (update versions, remove your lock file and then install deps)
This is a common issue with lets say all package manager that creates conflict between different versions of packages. As for this issue, different versions of `scule` package might exists...
You should define `defaultLocale` under `content` options: ```ts // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, modules: ['@nuxt/content'], content: { defaultLocale: 'de' } }) ```
This is not related to Content module, try removing `template` inside the loop: ```vue {{ key }} s{{ index }}s {{ item }} ```
Do you mind creating a simple reproduction using the starter? https://nuxt.new/c/content
Content module uses Nuxt API routes to lookup the proper content and render in pages. When you generate your website Nuxt generates a chunk for each page that is accessible...
Do you mind providing a simple reproduction using https://nuxt.new/s/content or a github repo?
Do you mind creating a simple reproduction? You can use [Nuxt Content Starter](nuxt.new/s/content)
For me, it seems fine. I did generate & preview, and I didn't see any 404, does it work fine in stackblitz?
Thanks for reporting the issue? Do you mind providing a reproduction? You can use [Nuxt Starter](https://nuxt.new/s/content) if you want to