From 511639696b4e90a1e26844bce9e574f177a3ecea Mon Sep 17 00:00:00 2001 From: krish Date: Fri, 3 Nov 2023 10:31:30 +0530 Subject: [PATCH] fix: fixed issue in getting domain from cookie --- apps/web-app/next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web-app/next.config.js b/apps/web-app/next.config.js index 459d7dd84..7930fce17 100644 --- a/apps/web-app/next.config.js +++ b/apps/web-app/next.config.js @@ -11,7 +11,8 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ **/ let nextConfig = { env: { - AUTH_API_URL: process.env.AUTH_API_URL + AUTH_API_URL: process.env.AUTH_API_URL, + COOKIE_DOMAIN: process.env.COOKIE_DOMAIN }, nx: { // Set this to true if you would like to to use SVGR