INITIALIZING
Solutions to common issues
What does it look like?
Error message: 'Payment verification failed' or 'Invalid signature'
Solutions to Try
Debug Info:
Look for 'waitForTransaction timeout' in console
What does it look like?
Error: 'Insufficient balance' when trying to execute agent
Solutions to Try
Debug Info:
Transaction rejected by blockchain
What does it look like?
Error: 'Session expired' or 'Invalid session'
Solutions to Try
Debug Info:
Check session creation timestamp
What does it look like?
Cannot login or 'Authentication failed' error
Solutions to Try
Debug Info:
Check browser console for CORS or network errors
What does it look like?
Error: 'Agent not found' or '404'
Solutions to Try
Debug Info:
Check agent discovery API response
What does it look like?
Request takes too long or times out
Solutions to Try
Debug Info:
Look for 'request timeout' in logs
What does it look like?
Error: '429 Too Many Requests'
Solutions to Try
Debug Info:
Check 'Retry-After' header for wait time
What does it look like?
Error: 'Cannot connect to server' or 'Network error'
Solutions to Try
Debug Info:
Check CORS headers in browser network tab
What does it look like?
Cannot connect wallet or 'Wallet not detected'
Solutions to Try
Debug Info:
Check browser console for wallet provider errors
What does it look like?
Error: 'OPENAI_API_KEY not configured'
Solutions to Try
Debug Info:
Check server startup logs for configuration errors
Press F12 to open developer tools:
Before troubleshooting, verify:
For development issues:
Verify your .env.local:
Clear Browser Cache
Ctrl+Shift+Del (Windows) or Cmd+Shift+Del (Mac)
Clear Local Storage
In console: localStorage.clear() then refresh
Logout & Login Again
Disconnect wallet and reconnect fresh
Restart Dev Server
Kill with Ctrl+C and run: npm run dev
Try Fresh Install
rm -rf node_modules && npm install