Documentation Menu
Common Issues
Quick fixes for the most frequently encountered problems.
On this page
Agent Will Not Start
If your agent fails to start or gets stuck on a boot screen, check these in order:
1. Verify you have at least one valid API key
Your agent needs at least one working API key to start. It cannot boot without one.
- Go to Settings in the sidebar
- Confirm you have at least one key listed
If you see no keys:
- Click Add Key
- Either activate your trial (if available) or add your own provider key
If the key is marked as invalid or rotated, update it:
- Go to your provider’s dashboard (Anthropic, OpenAI, etc.)
- Generate a new key or verify the old one still works
- Update the key in the Keys section
2. If you recently rotated your API key, reload it
If you changed your key at the provider’s dashboard but your agent still will not start:
- Go to Settings in the sidebar
- Delete the old key (click the trash icon)
- Add the new key from your provider
- Try starting your agent again
3. Check for connectivity issues
If your gateway is stopped or unable to reach your provider:
- Go to your agent’s detail page
- Click Stop in the top-right corner
- Wait 5 seconds for a full shutdown
- Click Start
This reinitializes the connection to your API provider. Wait 15-30 seconds for the agent to boot fully.
4. Still not starting?
If your agent is still stuck after trying the above:
- Go to Activity tab and scroll to the bottom to see the latest log entries — look for error messages
- Try stopping and restarting once more
- If the error mentions a specific provider (e.g., “Anthropic API error”), verify your API key is correct in their dashboard
- Contact support with a screenshot of the error and your provider name
Setup Wizard Is Stuck or Shows “Wizard Already Running”
This happens when a previous wizard session did not close cleanly. It can occur if:
- You closed the browser tab while the wizard was running
- Your internet connection dropped during setup
- Your browser or the agent container crashed
How to fix: Click Restart Agent on the wizard page. Wait for the agent to restart (about 30 seconds), then the wizard will automatically retry. Your existing agent configuration is preserved — the wizard will layer new settings on top of what you already configured.
If you still see the same error after restarting, try these additional steps:
- Close the wizard tab completely
- Go back to your agent detail page in the dashboard
- Stop the agent (click the Stop button in the top-right corner)
- Wait 10 seconds for it to stop completely
- Start the agent again
- Try running the setup wizard again
Slow Responses
Your agent’s response speed depends on the AI provider. If responses are slow, check your API key’s rate limits and quota at the provider’s dashboard. Free-tier API keys often have strict rate limits that throttle response times. Upgrading your API plan at the provider usually resolves this.
Dashboard Not Loading
Try a hard refresh (Ctrl+Shift+R or Cmd+Shift+R). If the page still does not load, clear your browser cache and try again. If you are on a corporate network, check that WebSocket connections to app.brainroad.com are not blocked by a firewall or proxy.
Related Docs
- Agent Not Responding — detailed steps when your agent stops replying
- Connection Problems — WebSocket and channel connectivity issues
- Starting & Stopping — restart your agent to resolve stuck states