From 813f4ec481abbac57d31271241f2c3aa131efe31 Mon Sep 17 00:00:00 2001 From: Markus Kahl Date: Wed, 18 Sep 2024 15:12:29 +0100 Subject: [PATCH] fix dev proxy issue by using configured frontend port --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c87652f3277..21a60e60d1f 100644 --- a/.env.example +++ b/.env.example @@ -46,7 +46,7 @@ FE_PORT=4200 # Use this variables to configure hostnames for frontend and backend, e.g. to enable HTTPS in docker development setup OPENPROJECT_DEV_HOST=localhost -OPENPROJECT_DEV_URL=http://${OPENPROJECT_DEV_HOST}:${PORT} +OPENPROJECT_DEV_URL=http://${OPENPROJECT_DEV_HOST}:${FE_PORT} # Select edition from: ['standard','bim'] OPENPROJECT_EDITION=standard