Configure your SalesAI system settings and run diagnostics tests.
This is the base URL for API requests. Edit in services/api.js to change.
WebSocket connection URL. Edit in utils/websocket.js to change.
When enabled, the application will not attempt to use WebSockets and will fall back to HTTP requests.
When enabled, the application will automatically attempt to reconnect WebSockets when connections are lost.
If WebSocket connections are failing, check the following:
http://localhost:8000For the WebSocket chat functionality to work properly, the following backend components must be configured:
http:localhost/ws/chat/{conversation_id}?token=[JWT_TOKEN] query parameter{
"type": "message",
"content": "Hello world"
}
{
"type": "typing",
"is_typing": true
}