From 013f6a2a9b685d2bb2be58964d84a0487d492fd9 Mon Sep 17 00:00:00 2001 From: Aswinmcw Date: Sat, 29 Aug 2026 14:13:37 +0000 Subject: [PATCH] chore(chat): point the widget at ShipTrack's own Chatwoot inbox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The embedded token belonged to the aswincloud.com portfolio inbox, which this site was sharing. The support bot picks its knowledge from the inbox, so anyone who opened the chat here to ask about a parcel was answered out of the hosting and consulting knowledge base — VPS setup, quotes, CV — with no idea what ShipTrack is. ShipTrack now has its own inbox, with facts taken from this site: Blue Dart plus Shiprocket and Delhivery, AWB lookup and scan history, free and open source, email alerts on signup. It is also told it cannot see shipments, so an AWB pasted into the chat is answered by pointing at the tracker rather than by guessing a status. Token only — no behaviour change in the app itself. --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cd232b4..7a9c0d1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ import { readSessionFromCookies } from "@/lib/auth"; import "./globals.css"; const CHATWOOT_BASE_URL = "https://support.aswincloud.com"; -const CHATWOOT_WEBSITE_TOKEN = "A2f18JGY7uLahTifqxi74Ncd"; +const CHATWOOT_WEBSITE_TOKEN = "ZusuzaWiv6NVzZB6hHLa7WmF"; export const dynamic = "force-dynamic";