Hi,
I’m trying to connect from my PHP application to MongoDB instance located in FRA1, but I get this errorr:
No suitable servers found (serverSelectionTryOnce
set): [connection error calling hello on ‘[app]-a000d008.mongo.ondigitalocean.com:27017’]
I’m using PHP 8 with ext v.1.10, MongoDB Server is the 4.4. The strange thing I see is that the DNS of my connection string (grab from my DO Panel) is [app]-f821f828.mongo.ondigitalocean.com but the one but the error talks about [app]-a000d008.mongo.ondigitalocean.com.
No problem if I try to connect to my instance using clients like MongoDBCompass or Robot3T.
What does that error means? Thaks in advance, CloudStore
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi there,
Could you share your PHP connection string that you are using? Make sure to remove any sensitive information before posting it here.
Also I would recommend trying to add
+srv
to your connection string as follows:Best, Bobby