From 5b68cfdfadb659898a9f9eb4e55b2d7f96249d09 Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Wed, 29 Jul 2026 07:52:04 -0500 Subject: [PATCH] Point beta FE at beta.backend.hesychia.ai API hosts (#64) Old beta.chatbackend.aimloperations.com hostname no longer resolves, so login fails with Axios ERR_NETWORK. Cut over REST/WS URLs to the live Hesychia beta backend. --- llm-fe/.env.beta | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/llm-fe/.env.beta b/llm-fe/.env.beta index 57f27ff..cfb891a 100644 --- a/llm-fe/.env.beta +++ b/llm-fe/.env.beta @@ -1,8 +1,7 @@ -# Beta API hosts (current). Target public product domain: hesychia.ai -# Flip these to hesychia.ai API hosts when server-infra / DNS cut over. +# Beta API hosts — public product domain hesychia.ai REACT_APP_DEPLOY_ENV=beta -REACT_APP_BACKEND_REST_API_BASE_URL=https://beta.chatbackend.aimloperations.com/api/ -REACT_APP_BACKEND_WS_API_BASE_URL=wss://beta.chatbackend.aimloperations.com/ws/chat_again/ +REACT_APP_BACKEND_REST_API_BASE_URL=https://beta.backend.hesychia.ai/api/ +REACT_APP_BACKEND_WS_API_BASE_URL=wss://beta.backend.hesychia.ai/ws/chat_again/ # Tianji website id for Hesychia beta (distinct from prod so analytics stay separate). # Create "Hesychia Beta" in Tianji UI (workspace cm7w8087y020lddswyhamadj2), then paste id here. REACT_APP_TIANJI_WEBSITE_ID=cms38bw671mf9n5jjw3xp1j3q