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