You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution error (MongoConfigurationException) at com.mongodb.ConnectionString/<init> (ConnectionString.java:388).
A TXT record is only permitted to contain the keys [authsource, replicaset], but the TXT record for 'hostname.tbtin.mongodb.net' contains the keys [loadbalanced, authsource]
I found that connecting to MongoDB Serverless Atlas cluster is not supported by the used mongo driver.
I think the solution is to use a newer version of mongo driver
org.mongodb/mongodb-driver-core "4.7.1"
? https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-coreRight?
The text was updated successfully, but these errors were encountered: