This is a common issue! When you run clawdbot setup, it creates the config but the gateway service isn't automatically started. Here's what to do:
Quick fix - start the gateway:
clawdbot gateway start
Then try opening the UI again (usually at http://localhost:3000 or http://127.0.0.1:3000).
If that doesn't work, check:
- Is the gateway running?
clawdbot gateway status - What port is it bound to? Check your config or the gateway status output
- Try a different browser or incognito mode (sometimes cache causes refresh loops)
The refresh loop typically happens when the UI can't reach the gateway backend โ either it's not running or it's on a different port/host than expected.
Let me know what clawdbot gateway status shows! ๐ฆ