You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create an application that supports multiple languages, so I decided to use @nuxt/content (mainly because of Studio) with @nuxtjs/i18n, but when preview is enabled, the content disappears and only the layout elements remain, the page is currently deployed via nuxthub (so cloudflare-pages preset) https://multilanguage.nuxt.dev
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Found the location of error, error occurs in content.config.ts, when the prefix has '' then when the preview is launched the content disappears, I changed in one place and another from '' to '/' and now it works correctly. The question is whether this is what the value should be for prefix, or some other value?
Environment
Darwin
v20.18.1
3.15.2
3.20.0
2.10.4
pnpm@9.15.0
-
modules, components, imports, devtools, content, future, compatibilityDate, hub, eslint, i18n
@nuxt/eslint@0.7.5, @nuxtjs/i18n@9.1.3, @nuxt/content@3.0.0, @nuxthub/core@0.8.14
-
Version
v3
Reproduction
https://github.com/mateusznarowski/multilanguage
nuxtcontent.mov
Description
I need to create an application that supports multiple languages, so I decided to use
@nuxt/content
(mainly because of Studio) with@nuxtjs/i18n
, but when preview is enabled, the content disappears and only the layout elements remain, the page is currently deployed via nuxthub (so cloudflare-pages preset) https://multilanguage.nuxt.devAdditional context
No response
Logs
The text was updated successfully, but these errors were encountered: