Skip to content

Troubleshooting

Symptom-driven. Find the heading that matches what you're seeing, follow the recipe.

Pages in this section

SymptomPageBest for
hivecast status returns nothing useful, browser can't reach the gatewayHost not runningAfter install, after a reboot, after a crash
Webapp loads but the actor mailbox isn't reachable from the browserNATS connection failedSpinner-forever, console shows nats-ws errors
hivecast up <pkg> returns non-zero or runtime stuck in failedPackage failed to startAfter installing or upgrading a package
hivecast login --device hangs, errors, or completes but nothing shows up in cloud Devices listDevice pairing failedAfter running pairing
EACCES, EPERM, or "you can't write to that directory"Permission deniedWrong user owns <host-home> after a reinstall
Need to file an issue or open a support ticketCollect diagnosticsCaptures the right state to share

When all else fails

bash
hivecast doctor --home <host-home> --json

Output is the most concise possible health snapshot. See CLI → exit codes and diagnostics for what each check verifies.

See also

Source: authored from operational experience captured in WORKSTREAMS/launch-readiness-atomic-writes-and-bootstrap/, WORKSTREAMS/product-launch/STATUS.md, and the hivecast doctor checks at projects/matrix-3/packages/hivecast/bin/hivecast.mjs:1031-1187.