-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major - P3
-
Affects Version/s: 1.46.2
-
Component/s: None
-
None
-
Environment:OS: Windows 11
node.js / npm versions: npm 10.9.2
Additional info:
-
Not Needed
-
None
-
Developer Tools
Problem Statement/Rationale
Changing the database values or entries through my web application does not automatically update the data in Compass, even when Refreshing the connection. Instead the workaround has been to change the pagination value (25,50,75,100) to have the list refresh.
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
Use an application that modifies mongoDB database values. Observe what's displayed in mongoDB Compass and confirm the data has not been updated. Change the pagination value and confirm the change made to the database earlier.
Expected Results
Database entries are updated in Compass as data changes (live) OR data entries are updated when pressing Refresh on the connection.
Actual Results
Entries are not being updated live nor via the Refresh button. Instead I have to change the pagination value (doesn't matter to what value as long as it's different from the current value).
Additional Notes
Any additional information that may be useful to include.