mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-26 00:46:32 +00:00
chore: fix vercel build (#10887)
# Which Problems Are Solved By default, the login redirects in all cases from its `NEXT_PUBLIC_BASE_PATH` to `NEXT_PUBLIC_BASE_PATH/loginname` now. This is the expected behavior. # How the Problems Are Solved Deployments to Vercel use the `apps/login/.env` file for their defaults. As the .env file had DEBUG=true, redirects from root to ./loginname were disabled. DEBUG=true is not needed anywhere, so it's deleted from the .env file.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
NEXT_PUBLIC_BASE_PATH=/ui/v2/login
|
||||
EMAIL_VERIFICATION=false
|
||||
DEBUG=true
|
||||
ZITADEL_API_URL=http://localhost:8080
|
||||
ZITADEL_SERVICE_USER_TOKEN_FILE=../../login-client.pat
|
||||
|
||||
Reference in New Issue
Block a user