From 6110200a04a365eb3b69e6472d286553ed132333 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:03:40 -0600 Subject: [PATCH] fix: OIDC caching (#7009) --- frontend/nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index f4d83ac89..df2bd50d8 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -219,6 +219,7 @@ export default defineNuxtConfig({ }, workbox: { navigateFallback: "/", + navigateFallbackAllowlist: [/^(?!\/api)/], globPatterns: ["**/*.{js,css,html,png,svg,ico}"], globIgnores: ["404.html", "200.html"], cleanupOutdatedCaches: true,