You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the left side of ParseDashboard where it shows all the classes, it should show how many entries there are per Class. However when using Postgres (on docker - not sure if this is partly the problem) it always shows 0. Sometimes it updates when you enter data but on reloading, it goes back to 0.
Steps to reproduce
Install dashboard using postgres.
Actual Outcome
0 entry counts
Expected Outcome
Shows the total count per class like when i was using mongodb.
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
The reason is the Parse server is using particular Postgres methods to estimate count, once you add more data it will update. Note this has nothing to do with docker. See my comments and discussion here parse-community/parse-server#8502 (comment)
New Issue Checklist
Issue Description
On the left side of ParseDashboard where it shows all the classes, it should show how many entries there are per Class. However when using Postgres (on docker - not sure if this is partly the problem) it always shows 0. Sometimes it updates when you enter data but on reloading, it goes back to 0.
Steps to reproduce
Install dashboard using postgres.
Actual Outcome
0 entry counts
Expected Outcome
Shows the total count per class like when i was using mongodb.
Environment
Dashboard
5.3
Safari
17.1
Server
6.4
6.4
local
Database
postgres
15.4
local
Logs
The text was updated successfully, but these errors were encountered: