Closed
Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
-
You're running version >=1.0.23 of Parse Dashboard.
-
You're running version >=2.3.2 of Parse Server.
-
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
node: v13.11.0
npm: 6.13.7
parse-server: "4.2.0"
parse-dashboard: "2.1.0"
Setup is on localhost.
Steps to reproduce
- Update the existing parse-dashboard (2.0.5) using below commands.
npm cache clean --force
npm update
- Verified the changes with parse-dashboard - master branch, but issue still present, records aren't scrolling.
- Tried above with deleting node_modules and re installing, but no luck
Please help.