Skip to content

Nuxt Studio caches outdated page version after editing MD files and redeploying #445

Description

@Chagmar

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

  1. Edit MD file content in Nuxt Studio editing mode
  2. Save and commit changes to GitLab
  3. Wait for Vercel deploy to complete
  4. Click "Reload app" when prompted by Nuxt Studio
  5. Observe old content still displayed
  6. Workaround: Log out from Nuxt Studio (shows updated content), then log back in (but editing mode still shows old content).

Description

  1. When editing an MD file in Nuxt Studio's editing mode:
  2. Make changes to the MD file
  3. Save changes and commit to GitLab
  4. Changes deploy successfully to Vercel
  5. Nuxt Studio detects Git changes and prompts to reload the app
  6. Click reload button → loads old version of the page
  7. Log out from Nuxt Studio → shows updated page with changes
  8. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions