-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
Crestodian onboarding reports failure after setup restarts the Gateway #102844
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingclawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.impact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.maturity:stableIssue affects a taxonomy feature currently scored M4/M5.Issue affects a taxonomy feature currently scored M4/M5.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingclawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.impact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.maturity:stableIssue affects a taxonomy feature currently scored M4/M5.Issue affects a taxonomy feature currently scored M4/M5.
Type
Fields
Priority
None yet
Bug type
UI / Gateway integration
Summary
Approving the first-run Crestodian setup in the macOS app successfully writes the configuration, but the required Gateway restart closes the
crestodian.chatsocket before the RPC result reaches the app. The app then shows a transport error even though setup succeeded.Steps to reproduce
yes.Expected behavior
The app reconnects after the configuration-triggered Gateway restart, confirms the completed setup, and continues onboarding without exposing a transport error.
Actual behavior
The setup and audit entry complete, but the RPC fails with
gateway closed (1012): service restart. Manually choosing Restart reconnects and shows the configured agent as ready.OpenClaw version
2026.6.11 /
4068f3Operating system
macOS
Install method
Packaged branch build
Model / provider
claude-cli/claude-opus-4-8via an existing Claude Code loginLogs / evidence
The setup config, workspace bootstrap,
crestodian.setupaudit record, Gateway health, and a normal agent turn all succeeded. Only the in-flightcrestodian.chatresponse was lost to close code 1012.Impact
First-run onboarding reports failure after a successful setup and requires a manual recovery click.
Additional context
The structured AI activation screen already reconciles an outcome-unknown transport drop after a Gateway restart; the conversational onboarding path does not.