Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and Parse Dashboard.
Issue Description
Dashboard crashes if Parse Server script returns object instead of string.
Steps to reproduce
- Create a Cloud Function that returns an object
return { status: 'ok'}
. - Run a script on a row in the data browser.
Actual Outcome
Dashboard crashes.
Expected Outcome
Dashboard should display the returned object.
Dashboard
- Parse Dashboard version:
5.4.0-alpha.1