From f98ee107aabda3ab5189d174a818c77219f15dcc Mon Sep 17 00:00:00 2001 From: ISA Date: Fri, 7 Mar 2025 13:21:37 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20korrigiere=20URL-Generierung=20f=C3=BCr?= =?UTF-8?q?=20Polyline-Kontextmen=C3=BC=20auf=20Port=2080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- .env.local | 3 +++ config/appVersion.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.local b/.env.local index a6abb14d5..7bc6bdd83 100644 --- a/.env.local +++ b/.env.local @@ -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/ \ No newline at end of file diff --git a/config/appVersion.js b/config/appVersion.js index 98d707d51..9eb9a0c22 100644 --- a/config/appVersion.js +++ b/config/appVersion.js @@ -1,2 +1,2 @@ // /config/appVersion -export const APP_VERSION = "1.1.20"; +export const APP_VERSION = "1.1.21";