Troubleshooting
Common issues and solutions when working with the Couchbase module.
🚨 Connection Issues
Cannot connect to Couchbase
Error: Timeout during bootstrapcurl -u Administrator:password http://localhost:8091/pools// Single node
"connectionString": "couchbase://localhost"
// Multiple nodes
"connectionString": "couchbase://node1,node2,node3"
// Secure connection
"connectionString": "couchbases://cluster.example.com"Connection timeout errors
🗄️ Bucket/Collection Issues
Bucket not found
Scope or collection not found
🔐 Authentication Issues
Invalid credentials
📝 Query Issues
N1QL query errors
Index not found
🤖 Vector Search Issues
Vector search returns no results
Low similarity scores
🗄️ Session Storage Issues
Sessions not persisting
⚡ Performance Issues
Slow cache operations
High memory usage
🐛 Debugging Tips
Enable debug logging
Check Couchbase logs
Test connectivity
📞 Getting Help
🔗 Useful Links
Last updated
Was this helpful?
