Skip to content
Discussion options

You must be logged in to vote

I think I've found the culprit, this fixed it for me:

$ git diff -r HEAD
diff --git a/client/vite.config.ts b/client/vite.config.ts
index 98451b6c..52e3f52c 100644
--- a/client/vite.config.ts
+++ b/client/vite.config.ts
@@ -46,7 +46,7 @@ export default defineConfig(({ command }) => ({
           'assets/maskable-icon.png',
           'manifest.webmanifest',
         ],
-        globIgnores: ['images/**/*', '**/*.map'],
+        globIgnores: ['images/**/*', '**/*.map', 'index.html'],
         maximumFileSizeToCacheInBytes: 4 * 1024 * 1024,
         navigateFallbackDenylist: [/^\/oauth/, /^\/api/],
       },

In my search for this one, Roo code on Anthropic LLM, suggested an alternative f…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@JasperE84
Comment options

@danny-avila
Comment options

@JasperE84
Comment options

Answer selected by danny-avila
@danny-avila
Comment options

@JasperE84
Comment options

@danny-avila
Comment options

@JasperE84
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7969 on June 19, 2025 12:25.