-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data browser shows only first 200 records #1551
Comments
Any help on this please? |
@douglasmuraoka Could you please suggest here, am I missing anything? |
Reopening this issue, because #1706 has been reverted by #1800 due to index issues described in #1799. The proper approach to pagination (at least in MongoDB) is to use a query cursor, see getMore. That may require some changes on the server side, for example sending the cursor ID to dashboard as query results meta data. Another aspect is how to solve this for Postgres and whether it also supports cursors. |
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
npm cache clean --force
npm update
Please help.
The text was updated successfully, but these errors were encountered: