From 95ffbeae211fa14d98f700cc9354e1a2ceab0dd5 Mon Sep 17 00:00:00 2001 From: Francis Terrero Date: Tue, 17 Mar 2026 00:13:22 -0400 Subject: [PATCH 1/8] test: point auth flow URL to Cello referral banner feature branch --- src/lib/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/auth.ts b/src/lib/auth.ts index 5da98ab8e..6420819d2 100644 --- a/src/lib/auth.ts +++ b/src/lib/auth.ts @@ -4,7 +4,7 @@ import { PASSWORD_REGEX } from '@/components/cloud-object-storage/integrated-che export const IFRAME_AUTH_ENABLED = false; export const REDIRECT_AUTH_ENABLED = true; -const AUTH_FLOW_URL = 'https://drive.internxt.com'; +const AUTH_FLOW_URL = 'https://feature-cello-referral-banne.drive-web.pages.dev'; const OBJECT_STORAGE_USER_ACTIVATION_URL = process.env.NEXT_PUBLIC_OBJECT_STORAGE_USER_ACTIVATION_URL as string; export const openAuthDialog = (view: 'login' | 'signup' | 'recover'): void => { From 634cf67e27a59541a4f25c123141eb46264facc2 Mon Sep 17 00:00:00 2001 From: Francis Terrero Date: Tue, 17 Mar 2026 12:10:50 -0400 Subject: [PATCH 2/8] change url --- src/lib/auth.ts | 2 +- src/pages/specialoffer/[filename].tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/auth.ts b/src/lib/auth.ts index 6420819d2..4fccf5a93 100644 --- a/src/lib/auth.ts +++ b/src/lib/auth.ts @@ -4,7 +4,7 @@ import { PASSWORD_REGEX } from '@/components/cloud-object-storage/integrated-che export const IFRAME_AUTH_ENABLED = false; export const REDIRECT_AUTH_ENABLED = true; -const AUTH_FLOW_URL = 'https://feature-cello-referral-banne.drive-web.pages.dev'; +const AUTH_FLOW_URL = 'https://c08d-2001-1308-26f7-6300-1124-7a2b-943a-7502.ngrok-free.app'; const OBJECT_STORAGE_USER_ACTIVATION_URL = process.env.NEXT_PUBLIC_OBJECT_STORAGE_USER_ACTIVATION_URL as string; export const openAuthDialog = (view: 'login' | 'signup' | 'recover'): void => { diff --git a/src/pages/specialoffer/[filename].tsx b/src/pages/specialoffer/[filename].tsx index e34c7c28f..bc4ed6617 100644 --- a/src/pages/specialoffer/[filename].tsx +++ b/src/pages/specialoffer/[filename].tsx @@ -139,7 +139,7 @@ function CombinedSpecialOffer({ } const HeroImage = isValentinesMode ? 'valentines' : 'internxt-private-cloud'; - + console.log(process.env.NEXT_PUBLIC_CELLO_ATTRIBUTION_URL); return ( Date: Tue, 17 Mar 2026 12:20:07 -0400 Subject: [PATCH 3/8] moved cookie --- src/components/layout/Layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index 5a416566f..5c4f21ae8 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -136,16 +136,18 @@ export default function Layout({ />*/} {/*Cookies Banner */} +