From b236bffca27b04f82061945d3b53507e81bdcdce Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Fri, 15 Dec 2023 14:39:15 +0000 Subject: [PATCH] fix: 404 /event-types on login (#12811) * fix: 404 /event-types on login * Set APP_ROUTER env vars to 0 whilst appdir is disabled --- .env.example | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index 1dd2f66d99..9d502e7867 100644 --- a/.env.example +++ b/.env.example @@ -293,12 +293,12 @@ E2E_TEST_OIDC_USER_PASSWORD= # redirected from the legacy to the future pages AB_TEST_BUCKET_PROBABILITY=50 # whether we redirect to the future/event-types from event-types or not -APP_ROUTER_EVENT_TYPES_ENABLED=1 -APP_ROUTER_SETTINGS_ADMIN_ENABLED=1 -APP_ROUTER_APPS_INSTALLED_CATEGORY_ENABLED=1 -APP_ROUTER_APPS_SLUG_ENABLED=1 -APP_ROUTER_APPS_SLUG_SETUP_ENABLED=1 +APP_ROUTER_EVENT_TYPES_ENABLED=0 +APP_ROUTER_SETTINGS_ADMIN_ENABLED=0 +APP_ROUTER_APPS_INSTALLED_CATEGORY_ENABLED=0 +APP_ROUTER_APPS_SLUG_ENABLED=0 +APP_ROUTER_APPS_SLUG_SETUP_ENABLED=0 # whether we redirect to the future/apps/categories from /apps/categories or not -APP_ROUTER_APPS_CATEGORIES_ENABLED=1 +APP_ROUTER_APPS_CATEGORIES_ENABLED=0 # whether we redirect to the future/apps/categories/[category] from /apps/categories/[category] or not -APP_ROUTER_APPS_CATEGORIES_CATEGORY_ENABLED=1 +APP_ROUTER_APPS_CATEGORIES_CATEGORY_ENABLED=0