Troubleshooting Sign-In
Diagnose sign-in failures, OAuth callbacks that do not complete, and remote core RPC authentication problems.
Check backend reachability
curl -I https://tinyhumans.ai/
curl -I https://api.tinyhumans.ai/healthCheck the selected core
curl -sS https://your-core.example/rpc \
-H "Content-Type: application/json" \
-H "Authorization: Bearer CORE_TOKEN" \
-d '{"jsonrpc":"2.0","id":1,"method":"core.ping","params":{}}'Check the deep-link callback
Windows: openhuman:// handler not registered
openhuman:// handler not registeredWhat to include in a bug report
Last updated