-
Type:
Bug
-
Resolution: Gone away
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.4.0
-
Component/s: None
-
Environment:Mongodb Atlas cluster
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We have configured Message flow with ACE loopback connector node which is accessing the Mongodb atlas cluster to create,update and retrieve data.
We are unable to create/update/retrieve records from mongdb cluster provisioned by atlas offering when password with special characters is used. The same set up is working when the password without special characters is used.
We confirmed that its not issue with loopback connector node used, nether the loopback framework. It is the issue related with Mongdb official library. We suspect that encoded parameters(passwords) are not decoded before submitting to the database.