Troubleshooting
Common issues and solutions for Cinacoin.
Connection Issues
Wallet not connecting
- Check Relay Server is running:
curl https://relay.cinacoin.com/health - Verify WebSocket connection in browser dev tools
- Ensure projectId matches your Relay Server config
QR code not working
- Check network connectivity between devices
- Verify Relay Server public endpoint is accessible
- Check for CORS issues
Chain switching fails
- Ensure the target chain is in your
chainsconfig - Check the chain's RPC endpoint is available in your RPC Proxy
Performance Issues
Slow connection
- Enable caching in RPC Proxy
- Use geographically closer Relay Server
- Check NATS cluster health
High memory usage
- Configure appropriate cache TTL
- Monitor Redis memory usage
- Set connection limits on Relay Server
