fix: korrigiere URL-Generierung für Polyline-Kontextmenü auf Port 80

- BASE_URL für Polyline-Links angepasst auf http://10.10.0.70/talas5/devices/
- Ursache war fehlende oder fehlerhafte NEXT_PUBLIC_BASE_URL aus .env.local
- Jetzt
This commit is contained in:
ISA
2025-03-07 13:21:37 +01:00
parent a9d8b9f632
commit f98ee107aa
2 changed files with 4 additions and 1 deletions

View File

@@ -11,3 +11,6 @@ NEXT_PUBLIC_SERVER_URL="http://10.10.0.70" # oder evtl. später https://nodema
NEXT_PUBLIC_ENABLE_GEOCODER=true
NEXT_PUBLIC_USE_MOCK_API=true
NEXT_PUBLIC_DEBUG_LOG=true
# für Polylines/kabelstecken -> in Konextmenü "Station öffnen" "
NEXT_PUBLIC_BASE_URL=http://10.10.0.70/talas5/devices/

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.20";
export const APP_VERSION = "1.1.21";