fix: onboarding white screen, faster gateway feedback, correct docs#49
Merged
outsourc-e merged 1 commit intomainfrom Apr 10, 2026
Merged
fix: onboarding white screen, faster gateway feedback, correct docs#49outsourc-e merged 1 commit intomainfrom
outsourc-e merged 1 commit intomainfrom
Conversation
- Fix white screen on first launch: SSR now redirects to setup wizard instead of falling through to dashboard with no gateway connection - Dashboard error component shows gateway connection form instead of blank/white screen when gateway is unreachable - Reduce gateway connection banner delay from ~90s to ~20s (6 failures → 2, 15s interval → 10s, 5s initial delay → 2s) - Show gateway offline banner even when gateway was never configured - Fix README: wrong env var names (GATEWAY_URL → CLAWDBOT_GATEWAY_URL) - Fix README: dead docs link (ocplatform.ai doesn't resolve) - Add SETUP.md: agent-optimized setup guide with verification commands, troubleshooting, and common .env mistakes table Addresses #43 #48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
New users cloning ControlSuite hit a white screen on first launch because:
GATEWAY_URLvs actualCLAWDBOT_GATEWAY_URL)ocplatform.aiwhich doesn't resolveChanges
Code fixes
/wizardinstead of falling through to dashboardDocs
ocplatform.ailink, added verification stepsRelated Issues
Addresses #43 (docs improvements) and #48 (gateway health unreachable)
Testing
npm install,npm run devwithout.env→ should see wizard, not white screen.env.example