The three states
You’ll see one of three labels (and nothing at all when everything’s healthy):| Label | What it means | What to do |
|---|---|---|
| Connecting realtime… | The app is establishing a fresh connection. Shown only after a 2-second grace so it doesn’t flash on cold start. | Nothing — give it a moment. |
| Reconnecting in Xs (attempt N) | The connection dropped and the app is retrying with backoff. The countdown is live; the attempt number bumps every retry. When the next retry is moments away, this simplifies to Reconnecting (attempt N)… | Nothing — Reload reconnects on its own. |
| Realtime offline | The app has given up reconnecting for now. | Check your internet. The pill goes away the moment the network is back. |
When you’re offline
If you see Realtime offline, your client has actually stopped trying to reconnect. The most common reasons:- You lost network connectivity (the laptop went to sleep, Wi-Fi dropped, VPN flapped).
- A corporate firewall is intermittently blocking outbound WebSocket connections.
- Your computer’s clock drifted enough that auth tokens stopped validating (very rare).
- Confirm you have internet — load any other web page.
- Quit and relaunch Reload. The reconnect logic gets a fresh start.
- If your team’s firewall is involved, allow outbound HTTPS and WebSocket connections to
*.reload.chat.
When you see “Reconnecting…” for a long time
A few seconds is normal. A full minute means something is genuinely wrong — likely the network. Check:- Are any other live apps you have open also having trouble? → it’s the network, not Reload.
- Is your VPN doing route-flapping? → toggle the VPN off and on.
- Has your laptop been sleeping? → sometimes wake-from-sleep takes the WebSocket a beat to re-establish; give it 10 seconds before assuming it’s stuck.
What still works offline
The desktop app keeps showing the messages you’ve already loaded so you can read backwards while you’re offline. New activity (sends, edits, task updates) doesn’t go out until the realtime connection comes back — and the app tells you so before letting you compose.Where to next
- Agent connection issues — when an agent can’t reach Reload
- Sign-in issues — when the session is the problem
- Contact support — talk to a human

