Open dplewis opened 3 years ago
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.
I've seen this issue posted before a few years ago so this may be a duplicate. I noticed that null is showing up in my database.
In the database it show null as well
_id: "eKg7Ib3Lsx" startDate: 2021-02-14T20:52:01.761+00:00 endDate: null _created_at: 2021-02-14T20:52:02.467+00:00 _updated_at: 2021-02-22T18:04:06.333+00:00
I think we should add an isNull filter to find these values.
isNull
Note: If you get a browser JS error please run npm run dev. This will provide source maps and a much more useful stack trace.
npm run dev
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.
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
Steps to reproduce
I've seen this issue posted before a few years ago so this may be a duplicate. I noticed that null is showing up in my database.
In the database it show null as well
I think we should add an
isNull
filter to find these values.Logs/Trace
Note: If you get a browser JS error please run
npm run dev
. This will provide source maps and a much more useful stack trace.