Point beta FE at beta.backend.hesychia.ai (#64) #65

Merged
westfarn merged 1 commits from fix/beta-api-hesychia-host into master 2026-07-29 05:53:25 -07:00
Owner

Summary

Test plan

  • Redeploy beta FE with updated .env.beta
  • Confirm built bundle baseURL is https://beta.backend.hesychia.ai/api/
  • Sign in on https://beta.hesychia.ai succeeds (no ERR_NETWORK)
  • Chat WebSocket connects via wss://beta.backend.hesychia.ai/ws/chat_again/
## Summary - Closes #64 - Beta FE was still calling `beta.chatbackend.aimloperations.com`, which no longer resolves, so login failed with Axios `ERR_NETWORK` - Point REST/WS env URLs at the live backend: `beta.backend.hesychia.ai` ## Test plan - [ ] Redeploy beta FE with updated `.env.beta` - [ ] Confirm built bundle `baseURL` is `https://beta.backend.hesychia.ai/api/` - [ ] Sign in on https://beta.hesychia.ai succeeds (no `ERR_NETWORK`) - [ ] Chat WebSocket connects via `wss://beta.backend.hesychia.ai/ws/chat_again/`
westfarn added 1 commit 2026-07-29 05:52:45 -07:00
Point beta FE at beta.backend.hesychia.ai API hosts (#64)
Unit Tests / test (pull_request) Successful in 12s
5b68cfdfad
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.
westfarn merged commit 235c73dda8 into master 2026-07-29 05:53:25 -07:00
westfarn deleted branch fix/beta-api-hesychia-host 2026-07-29 05:53:25 -07:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#65