I’m running into a persistent OpenClaw issue and wanted to see if anyone has seen this before.
Every time the gateway disconnects or closes and I restart it, the agent comes back to the same conversation thread from about two days ago instead of the current one. I can have a new conversation, but after a reboot or reconnect it snaps back to that older conversation and starts showing the same errors again.
Main symptoms:
• Anthropic 401 invalid bearer token errors
• Gateway/relay often shows as connected
• Browser relay appears active, but the agent cannot actually see or use the open browser windows
• Agent seems unable to save or persist newer session state correctly
• After restart, it resumes the same older conversation
• Cron appears to be running correctly
This makes me think the issue is not cron, but possibly stale session state, memory persistence, auth profile issues, or browser/gateway control.
Has anyone dealt with OpenClaw:
• restoring old sessions after restart
• failing to persist new conversation state
• showing relay connected but not controlling the browser
• looping Anthropic auth errors after restart
Note: Cron appears to be running correctly, so the issue seems more related to session persistence, auth, gateway/browser control, or relay behavior than task scheduling.
I can share redacted logs if helpful.