From f117044c53146da7b31d07a053d5f5b6a588f52e Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Wed, 29 Jan 2025 11:41:57 +0100 Subject: [PATCH] base path to root for tests --- apps/login/.env.integration | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/login/.env.integration b/apps/login/.env.integration index 90adb84eee6..8c07ac37d3a 100644 --- a/apps/login/.env.integration +++ b/apps/login/.env.integration @@ -1,3 +1,4 @@ ZITADEL_API_URL=http://localhost:22222 EMAIL_VERIFICATION=true -DEBUG=true \ No newline at end of file +DEBUG=true +NEXT_PUBLIC_BASE_PATH="/" \ No newline at end of file