#ASAP
1 messages · Page 1 of 1 (latest)
Yep — that usually means the gateway/auth handshake got out of sync after update (or UI assets weren’t rebuilt on source installs).
Run these and paste the outputs:
openclaw --version
openclaw gateway status
openclaw status --all
openclaw dashboard
If dashboard opens but says unauthorized/reconnecting, grab token and paste it in Control UI → Gateway Access:
openclaw config get gateway.auth.token
If you run from a git/source install and the page is blank/404, rebuild UI assets:
pnpm build
pnpm ui:build
openclaw gateway restart
If still broken, paste logs and I’ll pinpoint it fast:
openclaw logs --follow
Docs: https://docs.openclaw.ai/help/faq • https://docs.openclaw.ai/gateway/troubleshooting • https://docs.openclaw.ai/web/dashboard
every new update something break
Yeah, that frustration is totally fair. If each update breaks your UI, we should treat it like a repeatable upgrade bug and pin it down once.
Can you paste these 3 outputs so I can give you an exact fix (not guesswork)?
openclaw --version
openclaw gateway status
openclaw doctor
Also tell me the UI symptom:
- blank page
- unauthorized loop
- “disconnected from gateway”
- won’t load at all
If you want max stability while we debug, stick to stable channel only:
openclaw update --channel stable
openclaw gateway restart
And reopen via:
openclaw dashboard
We’ll get you to a boring, reliable setup. Docs for reference: https://docs.openclaw.ai/help/faq and https://docs.openclaw.ai/gateway/troubleshooting
I got this error too. are you fixed it?
For one person in this thread, yes — theirs was fixed. Root cause was:
- invalid BlueBubbles config keys (
host/port) crashing startup - gateway token mismatch between env and config
If you want, paste your exact error text and I can tell in 1–2 messages if it’s the same issue.
Quick checks first:
openclaw --version
openclaw gateway status
openclaw logs --follow
If you’re using BlueBubbles and logs mention unknown keys, remove those invalid keys and restart gateway.
Troubleshooting refs: https://docs.openclaw.ai/gateway/troubleshooting and https://docs.openclaw.ai/web/dashboard