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?
