Guidelines
Project Version
No response
Platform and OS Version
RStudio 2024.09.1, Windows 11
Existing Issues
No response
What happened?
I have created a cluster in Atlas cloud service and allowed network access to my IP, however, telemetry returns an error when being created:
Error: No suitable servers found (serverSelectionTryOnce set): [Failed to resolve 'mongodb_hostname']
Steps to reproduce
- Create DataStorage objects with mondoDB class (DataStorageMongoDB$new)
- Create telemetry object with mongodb datastorage connection.
- Error appears.
...
Expected behavior
Connection stablished with Mongodb storage.
Attachments
No response
Screenshots or Videos
No response
Additional Information
Mongodb is a cloud service, not a local database.
Network access has been granted for my IP. I've also tested with no IP restriction access.
I have tested the connection to my mongodb hostname with python from a notebook and it worked.
Guidelines
Project Version
No response
Platform and OS Version
RStudio 2024.09.1, Windows 11
Existing Issues
No response
What happened?
I have created a cluster in Atlas cloud service and allowed network access to my IP, however, telemetry returns an error when being created:
Error: No suitable servers found (
serverSelectionTryOnceset): [Failed to resolve 'mongodb_hostname']Steps to reproduce
...
Expected behavior
Connection stablished with Mongodb storage.
Attachments
No response
Screenshots or Videos
No response
Additional Information
Mongodb is a cloud service, not a local database.
Network access has been granted for my IP. I've also tested with no IP restriction access.
I have tested the connection to my mongodb hostname with python from a notebook and it worked.