Beta login fails: FE still points at dead chatbackend.aimloperations.com host #64

Closed
opened 2026-07-29 05:51:58 -07:00 by westfarn · 0 comments
Owner

Problem

Login on https://beta.hesychia.ai fails with Axios ERR_NETWORK when posting to /token/obtain/.

The baked-in beta FE baseURL is:
https://beta.chatbackend.aimloperations.com/api/

That hostname no longer resolves (DNS failure). The live backend is:
https://beta.backend.hesychia.ai/ (admin works).

Expected

Beta FE should call:

  • REST: https://beta.backend.hesychia.ai/api/
  • WS: wss://beta.backend.hesychia.ai/ws/chat_again/

Fix

Update llm-fe/.env.beta and redeploy beta FE so the built bundle picks up the new hosts.

Notes

Django CORS/ALLOWED_HOSTS already include https://beta.hesychia.ai / beta.backend.hesychia.ai. This is a frontend env cutover issue, not auth credentials.

## Problem Login on https://beta.hesychia.ai fails with Axios `ERR_NETWORK` when posting to `/token/obtain/`. The baked-in beta FE `baseURL` is: `https://beta.chatbackend.aimloperations.com/api/` That hostname no longer resolves (DNS failure). The live backend is: `https://beta.backend.hesychia.ai/` (admin works). ## Expected Beta FE should call: - REST: `https://beta.backend.hesychia.ai/api/` - WS: `wss://beta.backend.hesychia.ai/ws/chat_again/` ## Fix Update `llm-fe/.env.beta` and redeploy beta FE so the built bundle picks up the new hosts. ## Notes Django CORS/ALLOWED_HOSTS already include `https://beta.hesychia.ai` / `beta.backend.hesychia.ai`. This is a frontend env cutover issue, not auth credentials.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#64