diff --git a/projects/app/src/pages/login/index.tsx b/projects/app/src/pages/login/index.tsx index 1a8a1888a..b498119f0 100644 --- a/projects/app/src/pages/login/index.tsx +++ b/projects/app/src/pages/login/index.tsx @@ -231,7 +231,7 @@ function RedirectDrawer({ export async function getServerSideProps(context: any) { return { props: { - ChineseRedirectUrl: process.env.CHINESE_IP_REDIRECT_URL, + ChineseRedirectUrl: process.env.CHINESE_IP_REDIRECT_URL ?? '', ...(await serviceSideProps(context, ['app', 'user', 'login'])) } };