Files
apix-mvp/apix-admin
Carsten Rehfeld 0d4f7934f7
Deploy to Production / deploy (push) Successful in 3m16s
fix(admin): bust admin.js browser cache with ?v=3, disable immutable static cache
Quarkus defaults to Cache-Control: immutable, max-age=86400 for static files.
The immutable flag means browsers ignore hard-refresh and serve stale JS for 24h.
Fix: version query string on admin.js URLs, max-age=300 (5min), clear immutable-paths.

Co-Authored-By: Mira Rehfeld <noreply@anthropic.com>
2026-05-16 23:53:21 +02:00
..