From 56f345dd735b1e2487724161e602aec0f67fd949 Mon Sep 17 00:00:00 2001 From: Rahul Mohan <111055521+RahulMohan7@users.noreply.github.com> Date: Fri, 2 Dec 2022 13:40:47 +0530 Subject: [PATCH] [3.3.2][TE-6165]: Use app URL to check user session to initialize Freshchat --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 74ec736..649b6b0 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -104,7 +104,7 @@ module.exports = { options: { token: process.env.FRESHCHAT_TOKEN, host: "https://wchat.freshchat.com", - appEmbedUrl: "https://prestaging.testsigma.com/ui/dashboard", + appEmbedUrl: "https://app.testsigma.com/ui/dashboard", }, }, {