fix(GRO-472): exclude OAuth callback from service worker caching #228

Merged
groombook-engineer[bot] merged 1 commits from fix/gro472-service-worker-oauth-callback into main 2026-04-05 08:55:07 +00:00
+3
View File
@@ -40,6 +40,9 @@ export default defineConfig({
},
workbox: {
globPatterns: ["**/*.{js,css,html,ico,png,svg,woff2}"],
navigateFallbackDenylist: [
/^\/api\/auth\/oauth2\/callback\//,
],
runtimeCaching: [
{
urlPattern: /^http.*\/api\/.*/i,