Skip to content
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

Lazy load scroll not working #1360

Closed
pcg92 opened this issue Oct 27, 2019 · 3 comments
Closed

Lazy load scroll not working #1360

pcg92 opened this issue Oct 27, 2019 · 3 comments
Labels
state:wont-fix Won’t be fixed with a clearly stated reason

Comments

@pcg92
Copy link

pcg92 commented Oct 27, 2019

Hi, Im using Parse Dashboard 2.0.5 and Parse server 3.9.0 and I cant see more than 200 rows.
Any idea?

@1987cr
Copy link

1987cr commented Nov 21, 2019

We are having the same issue, the request for the next page fails with this error:

{"code":119,"error":"Postgres doesn't support this query type yet {}"}

This is the payload for the request, in case it might be helpful:

{
  where: {
    $or: [
      { createdAt: {} },
      { createdAt: { $exists: false, $lt: { __type: 'Date', iso: '2019-11-19T15:42:28.306Z' } } }
    ]
  },
  limit: 200,
  order: '-createdAt,-createdAt',
  _method: 'GET',
  _ApplicationId: '...',
  _ClientVersion: 'js2.8.0',
  _MasterKey: '...',
  _InstallationId: '...'
}

Versions:

"parse-dashboard": "2.0.4",
"parse-server": "3.9.0",

@404-html
Copy link
Member

I can confirm I got the same problem.

@stale
Copy link

stale bot commented Feb 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:wont-fix Won’t be fixed with a clearly stated reason
Projects
None yet
Development

No branches or pull requests

4 participants