You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
clawhub.ai redirects to www.clawhub.ai (HTTP 307), but the CLI doesn't follow this redirect for authentication requests, causing "Unauthorized" errors.
Description
clawhub.airedirects towww.clawhub.ai(HTTP 307), but the CLI doesn't follow this redirect for authentication requests, causing "Unauthorized" errors.Steps to Reproduce
Root Cause
curl -I https://clawhub.ai/api/v1/me # HTTP/2 307 → Location: https://www.clawhub.ai/api/v1/meThe CLI doesn't follow this redirect for auth verification.
Impact
Users get confusing "Unauthorized" errors with valid tokens. Must manually specify
--registryflag.Suggested Fix
Either:
www.clawhub.aiFound during seller flow UX testing