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

PushStatus not showing in dashboard #858

Closed
3 tasks done
pargu opened this issue May 27, 2018 · 4 comments
Closed
3 tasks done

PushStatus not showing in dashboard #858

pargu opened this issue May 27, 2018 · 4 comments

Comments

@pargu
Copy link

pargu commented May 27, 2018

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

Parse Server 2.6.3
Parse Dashboard 1.2.0
MongoDB 3.0.3

Steps to reproduce

  1. Click "Create a Class"
  2. Choose PushStatus as alternative in drop-down menu
  3. Result: Table's not shown. And console says 400 (Bad request)
  4. Try to access table from url. Same error code.

Updated Parse Dashboard version from 1.0.28 -> 1.2.0. Saw there were a new feature to see _PushStatus as a table. Tried adding class trough "Create a Class" with no success.
Going into UI-tool on MongoDB I can see the table and all past pushes. I know there's an Past Pushes in the Push section, but you can't query on this, which is what I'm after.

Below image shows error log when trying to access the PushStatus table through browser.
push status

If some further information is required, please let us know 🙂

@flovilmart
Copy link
Contributor

The _PushStatus is an internal class and should not be created. What you’re experiencing is the expected behavior.

@pargu
Copy link
Author

pargu commented May 27, 2018

According to this #701 , this should now be possible?

@flovilmart
Copy link
Contributor

Probably, but according to your STR, the behavior is the one expected. @natanrolnik what do you think? It’s been merged a year ago.

@natanrolnik
Copy link
Contributor

I missed this one a few months ago.
When creating a new class, it shows PushStatus as one of the options.
I believe we don't want this, correct? _PushStatus is a completely internal class and shouldn't be available in the Data Browser.

captura de tela 2018-07-17 as 10 21 04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants