I can successfully connect to a MongoDB database hosted on mLab from Google App Engine Standard (Node.js 8 runtime) using the 3.4+ driver.
But I can't connect to a MongoDB database hosted on MongoDB Atlas from Google App Engine Standard (Node.js 8 runtime) using both, 3.6+ driver as well as 3.4+ driver. 3.6+ driver connection string: mongodb+srv: //username:[email protected]/dbname?retryWrites=true 3.4+ driver connection string mongodb: //username:[email protected]:27017,xyz-shard-00-01-wc7dj.gcp.mongodb.net:27017,xyz-shard-00-02-wc7dj.gcp.mongodb.net:27017/dbname?ssl=true&replicaSet=xyz-shard-0&authSource=admin&retryWrites=true Please help! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/15968006-5357-4b49-a2e2-20e726a99a13%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
