diff --git a/server/main.py b/server/main.py index 26edfce1..45c17b14 100644 --- a/server/main.py +++ b/server/main.py @@ -405,6 +405,8 @@ _APP_PUBLIC_PATHS = frozenset({ "/app/login.html", "/app/install.html", "/app/forgot-password.html", + "/app/", # Vuetify SPA entry (index.html) + "/app/index.html", # Vuetify SPA entry explicit }) _APP_PUBLIC_PREFIXES = ( "/app/vendor/", # third-party JS/CSS