Home
Home copied to clipboard
[Data] MongoDB insert and delete operations display an empty command
Repro steps:
- Add an insert and/or delete operation for MongoDB into one of your app's routes
- Run the app in order to exercise the insert/delete call
- Open up the Glimpse client and select the respective request
- Select the
Datatab - Select the insert/delete operation
Expected: To see the data that was inserted or deleted from the DB
Actual: The Command section is empty.
.