-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.0.1
-
Component/s: Connectivity
-
Environment:OS: Win10
node.js / npm versions: VSC 1.79
Additional info:
-
Developer Tools
-
Not Needed
-
Iteration Minmi, Iteration Nodosaurus, Iteration Triceratops 1
Problem Statement/Rationale
On two different PCs, running v1.0.1 if I create a new connection, the connection is not being saved, either using Workspace or Globally.
The existing ones are fine, and work as is. However if I try to rename them, the rename doesn't work.
So if I add a connection, the actual connection works fine and I can look at the data, it's just not saving any changes.
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
1. create a new connection using the connection string e.g.
mongodb://localhost:27017/?readPreference=primary&ssl=false&directConnection=true
2. Save to workspace or globally.
3. Close VSC, and click on Mongodb extensions.
Expected Results
The connection string is saved, the renaming is saved. The actual changes are being saved.
Actual Results
No changes in the connection panel are being saved.
Additional Notes
I have tried this on 2 pcs. I was setting up MongoDB in docker on a work laptop. I noticed that the connection string wasn't being saved, and tried it on my dev machine and the same thing was happening.
If I have made a mistake or the process for saving settings has changed, let me know.
If there is anything I can help with let me know.