From 0e8ed516b8e48716ba37ca6f20adade07fea95c3 Mon Sep 17 00:00:00 2001 From: Adish M <44204658+adishM98@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:31:21 +0530 Subject: [PATCH 1/4] fix: Correct typo in TOOLJET_EDITION and update redirects in netlify.toml (#13186) --- netlify.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index cea3f8a356..2a4817c6d2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,11 +5,12 @@ [template.environment] NODE_ENV = "production" - TOOOLJET_EDITION = "cloud" + TOOLJET_EDITION = "cloud" NODE_VERSION = "22.15.1" NPM_VERSION = "10.9.2" [[redirects]] - from = "/*" - to = "/" - status = 200 \ No newline at end of file + from = "/api/*" + to = "https://gcpstage-server.tooljet.ai/api/:splat" + status = 200 + force = true \ No newline at end of file From 86151ee64d1e8af61f03eeaab2b489372d1e9ae4 Mon Sep 17 00:00:00 2001 From: adishM98 Bot Date: Thu, 3 Jul 2025 17:02:08 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=94=84=20chore:=20update=20submodules?= =?UTF-8?q?=20to=20latest=20main=20after=20auto-merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/ee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ee b/frontend/ee index 0ae5dac299..576b20238c 160000 --- a/frontend/ee +++ b/frontend/ee @@ -1 +1 @@ -Subproject commit 0ae5dac299e4a72e219243255722fbea2f530808 +Subproject commit 576b20238ceaa6920a8b7da6c49d4d6baee29ac6 From 441306a1de900caf6f6ef3934d5c715e3292c47b Mon Sep 17 00:00:00 2001 From: Adish M <44204658+adishM98@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:37:08 +0530 Subject: [PATCH 3/4] Update netlify.toml (#13187) --- netlify.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 2a4817c6d2..46d828d6b5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -13,4 +13,9 @@ from = "/api/*" to = "https://gcpstage-server.tooljet.ai/api/:splat" status = 200 - force = true \ No newline at end of file + force = true + +[[redirects]] + from = "/*" + to = "/" + status = 200 From 6355d6d509e447151ecfe70e259d5bb0bf267c3d Mon Sep 17 00:00:00 2001 From: Adish M <44204658+adishM98@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:02:06 +0530 Subject: [PATCH 4/4] fix: Remove outdated API redirects from netlify.toml (#13188) --- netlify.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/netlify.toml b/netlify.toml index 46d828d6b5..07787f351c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,12 +9,6 @@ NODE_VERSION = "22.15.1" NPM_VERSION = "10.9.2" -[[redirects]] - from = "/api/*" - to = "https://gcpstage-server.tooljet.ai/api/:splat" - status = 200 - force = true - [[redirects]] from = "/*" to = "/"