openclaw - 💡(How to fix) Fix WebChat: Gmail channel shows "Unsupported type: . Use Raw mode" and account status always shows Not Running [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#60453Fetched 2026-04-08 02:51:00
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Author
Participants

Error Message

The WebChat admin panel shows a red error box under the Gmail channel section: 3. Observe error displayed for all configured accounts

  • Gmail config should render in GUI mode or at minimum show a clear "use Raw mode" toggle without an error style

Code Example

Unsupported type: . Use Raw mode.

---

[openclaw-gmail] [gmail] Account sabo@stotrideset7.com started
[openclaw-gmail] Starting monitor for sabo@stotrideset7.com
RAW_BUFFERClick to expand / collapse

Bug Report

Issue 1: "Unsupported type: . Use Raw mode" in Gmail channel config UI

The WebChat admin panel shows a red error box under the Gmail channel section:

Unsupported type: . Use Raw mode.

This appears to be a UI rendering issue — the config schema for channels.openclaw-gmail cannot be rendered in the standard GUI mode. The channel itself works correctly (logs confirm accounts start and poll), but the UI is broken and misleading.

Steps to reproduce:

  1. Open WebChat admin panel
  2. Navigate to Gmail channel settings
  3. Observe error displayed for all configured accounts

Issue 2: Gmail account status always shows "Not Running" / "Not Configured"

All three configured Gmail accounts ([email protected], [email protected], [email protected]) show as Not Running, Not Configured in the WebChat UI, even though gateway logs confirm the accounts start successfully:

[openclaw-gmail] [gmail] Account [email protected] started
[openclaw-gmail] Starting monitor for [email protected]

Incoming mail is processed correctly — the accounts ARE running. The UI status does not reflect actual channel state.

Impact: Dashboard cannot be trusted for channel health monitoring. Admins have no way to visually confirm Gmail channel status without reading raw logs.

Environment

  • OpenClaw version: 2026.4.2
  • OS: macOS 26.3.1 (arm64)
  • Gmail accounts: 3 configured with backend: api
  • channels.openclaw-gmail.enabled: true

Expected behavior

  • Gmail config should render in GUI mode or at minimum show a clear "use Raw mode" toggle without an error style
  • Account status should reflect actual running state from the channel manager

extent analysis

TL;DR

The issue can be mitigated by using Raw mode for Gmail channel configuration, and the account status discrepancy may be resolved by updating the channel manager's status reporting mechanism.

Guidance

  • Verify that the channels.openclaw-gmail config schema is correctly defined and compatible with the current OpenClaw version.
  • Check the gateway logs to confirm that the Gmail accounts are indeed running and processing incoming mail correctly.
  • Consider using Raw mode for Gmail channel configuration to avoid the UI rendering issue.
  • Investigate the channel manager's status reporting mechanism to determine why it is not accurately reflecting the running state of the Gmail accounts.

Example

No specific code snippet is provided, as the issue is more related to configuration and UI rendering.

Notes

The issue seems to be specific to the OpenClaw version 2026.4.2 and the Gmail channel configuration. The fact that the accounts are running correctly but the UI is not reflecting the correct status suggests a potential issue with the channel manager's status reporting mechanism.

Recommendation

Apply workaround: Use Raw mode for Gmail channel configuration until a fix is available for the UI rendering issue.

FAIL-SAFE

Given the provided information, it is safe to suggest using Raw mode as a temporary workaround. However, further investigation is needed to determine the root cause of the issue and to develop a permanent fix.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

  • Gmail config should render in GUI mode or at minimum show a clear "use Raw mode" toggle without an error style
  • Account status should reflect actual running state from the channel manager

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING