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
If change "cloudCode":{"jobs":true} to "cloudCode":{"jobs":true, "viewCode":true}, so Parse-Dashboard Side Menu show "Cloud Code". But Current Do not Show "Cloud Code" Menu.
ref) You will know cause, if see parse-dashboard/src/dashboard/DashboardView.react.js,
This feature has not been implemented in Open Source Parse Server yet.
Historically, on hosted Parse Server it was possible to interact with Cloud Code directly in the Parse Dashboard. But this is not possible in Open Source Parse Server, even with the change you suggest. As you can see, the dashboard would try to get the cloud code file from endpoint /releases/latest. This endpoint does not exist on Open Source Parse Server.
request http://xxx.xxx.xxx/parse/serverInfo
response
ref) You will know cause, if see parse-dashboard/src/dashboard/DashboardView.react.js,
The text was updated successfully, but these errors were encountered: