From e9235de8ecaa822df875c0ec07bded9850b33786 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Fri, 17 Jul 2026 11:43:06 -0400 Subject: [PATCH] Floor-map previews honor the mount path The uploaded-blueprint thumbnails on the map settings page and the setup wizard used the raw setting value (/api/settings/map-blueprint/ ...), which resolves at the server root and 404s under a subpath mount - while the map itself resolves through blueprintUrlFor and worked. Wrap the previews in withBase. --- frontend/src/views/SetupWizard.vue | 5 +++-- frontend/src/views/settings/FloorMapSettings.vue | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/SetupWizard.vue b/frontend/src/views/SetupWizard.vue index 8b14206..9151de6 100644 --- a/frontend/src/views/SetupWizard.vue +++ b/frontend/src/views/SetupWizard.vue @@ -96,12 +96,12 @@
- light blueprint + light blueprint
- dark blueprint + dark blueprint
@@ -166,6 +166,7 @@