1. It was not letting me access the /_studio route, even after a successful login. I had to add this to nuxt config:
vite.optimizeDeps.include = ['brace-expansion']
vite.optimizeDeps.include = ['brace-expansion']
. The button to open the studio panel showed up after this. (nuxt content issue: 3306)
2. When the panel is open, the content files are there, but they have no content inside when opened. 3. It shows warnings on the console, multiple times:
[intlify] Not found 'studio.tooltips.toggleStudio' key in 'en' locale messages.[intlify] Not found 'studio.nav.public' key in 'en' locale messages.
[intlify] Not found 'studio.tooltips.toggleStudio' key in 'en' locale messages.[intlify] Not found 'studio.nav.public' key in 'en' locale messages.
For context, I'm running
"nuxt": "^4.2.1"
"nuxt": "^4.2.1"
,
"nuxt-studio": "^1.0.0-alpha.2"
"nuxt-studio": "^1.0.0-alpha.2"
,
"@nuxt/content": "^3.8.2"
"@nuxt/content": "^3.8.2"
,
"@nuxtjs/i18n": "^10.2.1"
"@nuxtjs/i18n": "^10.2.1"
, and other packages. Also, I have two languages setup for nuxt/i18n.