0
votes

I have Cassandra set up in docker, and I'm able run cql queries against it, I'm also able to connect to it through my node.js application, but the Datastax DevCenter app I just installed (for Mac) is not able to connect (see image).

enter image description here

1
what is the error you are getting now? - cdatta

1 Answers

2
votes

Please remove "http://../" as part of the contact host.Only 127.0.0.1 is enough.