GATEWAY • OpenClaw Nugget of the Day
Featured: @smhanov
Gmail integration keeps disconnecting
If Gmail works once and then stops, the break is usually gateway health, expired credentials, or missing refresh/scope behavior.
Checklist
Check gateway status/health first (don’t debug the agent prompt if the gateway is down).
Verify credentials scope and refresh behavior (expired tokens look like flaky systems).
Add a tiny scheduled health ping so you learn about failures before you ‘need’ email.
Success looks like
• Gateway health check returns OK consistently.
• A Gmail test action succeeds without disconnecting on the next run.
Source: X post · link