Custom robot_name in robot_config.yaml breaks frontend connection

robot_name causes topic namespace mismatch; clear it and restart services.

Yes — a custom robot_name can cause namespace mismatches between backend topics and what the frontend expects (unless you also made a matching frontend profile).

Quick test:

1) Open robot_config.yaml

2) Set:

robot_name: ""

3) Restart services:

sudo systemctl restart botbrain.service
sudo systemctl restart web_server.service
Did this answer your question?
😞
😐
🤩