Environment
Operating system: Windows 10.0.19045
CPU: 11th Gen Intel(R) Core(TM) i5-11400 @ 2.60GHz (12 cores)
Node.js version: v24.14.0
nuxt/cli version: 3.34.0
Package manager: pnpm 10.30.3
Nuxt version: 4.4.2
Nitro version: 2.13.3
Builder: vite 7.3.2
Config: app, compatibilityDate, content, css, devtools, eslint, modules, runtimeConfig, site, studio, ui, vite Modules: @nuxt/content 3.13.0, nuxt-content-body-html 4.0.4, @nuxt/eslint 1.15.2, @nuxt/image 2.0.0, @nuxt/ui 4.6.1, @nuxtjs/seo 5.1.3, nuxt-studio 1.6.0, @pinia/nuxt 0.11.3
Version
1.6
Reproduction
- Edit MD file content in Nuxt Studio editing mode
- Save and commit changes to GitLab
- Wait for Vercel deploy to complete
- Click "Reload app" when prompted by Nuxt Studio
- Observe old content still displayed
- Workaround: Log out from Nuxt Studio (shows updated content), then log back in (but editing mode still shows old content).
Description
- When editing an MD file in Nuxt Studio's editing mode:
- Make changes to the MD file
- Save changes and commit to GitLab
- Changes deploy successfully to Vercel
- Nuxt Studio detects Git changes and prompts to reload the app
- Click reload button → loads old version of the page
- Log out from Nuxt Studio → shows updated page with changes
- Log back into editing mode → shows old page again
- Deployment: Vercel
- Git: GitLab
The issue appears to be editing-mode specific caching. Preview/non-editing mode works correctly after logout, but editing mode persists with stale cache.
Additional context
No response
Logs
Environment
Operating system: Windows 10.0.19045
CPU: 11th Gen Intel(R) Core(TM) i5-11400 @ 2.60GHz (12 cores)
Node.js version: v24.14.0
nuxt/cli version: 3.34.0
Package manager: pnpm 10.30.3
Nuxt version: 4.4.2
Nitro version: 2.13.3
Builder: vite 7.3.2
Config: app, compatibilityDate, content, css, devtools, eslint, modules, runtimeConfig, site, studio, ui, vite Modules: @nuxt/content 3.13.0, nuxt-content-body-html 4.0.4, @nuxt/eslint 1.15.2, @nuxt/image 2.0.0, @nuxt/ui 4.6.1, @nuxtjs/seo 5.1.3, nuxt-studio 1.6.0, @pinia/nuxt 0.11.3
Version
1.6
Reproduction
Description
The issue appears to be editing-mode specific caching. Preview/non-editing mode works correctly after logout, but editing mode persists with stale cache.
Additional context
No response
Logs