No description
Find a file
jtricerolph 1dd265b46d PWA: restrict navigateFallback to portal routes only
The service worker was intercepting iframe navigation to app paths
(/notices/, /kitchen/ etc.) and serving the portal's cached index.html
before the request reached nginx — causing the 🚧 EmbeddedFallback.
Only apply the fallback to portal routes; everything else goes to network.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-01 15:47:55 +00:00
src Portal: render placeholder instead of recursing when embedded in an iframe 2026-07-01 15:05:50 +00:00
.gitignore Initial commit: portal 2026-07-01 12:09:54 +00:00
docker-compose.yml Healthcheck: 127.0.0.1 (avoid IPv6 localhost refused) 2026-07-01 14:42:29 +00:00
Dockerfile Initial commit: portal 2026-07-01 12:09:54 +00:00
index.html Initial commit: portal 2026-07-01 12:09:54 +00:00
nginx.conf nginx: proxy /notices/ and /monitor/ through portal nginx 2026-07-01 15:26:50 +00:00
package.json Initial commit: portal 2026-07-01 12:09:54 +00:00
tsconfig.json Initial commit: portal 2026-07-01 12:09:54 +00:00
vite.config.ts PWA: restrict navigateFallback to portal routes only 2026-07-01 15:47:55 +00:00