Parse-server cloud code function 'Cannot POST'
问题 Most parts of my migration to open source parse-server are successful, with my data correctly stored, accessible. I am however having problems with cloud code, specifically with running simple curl tests. The initial parse-server installation includes a sample main.js file that contains a hello world function My own parse installation is hosted at '/parse' so URLs use this as the root The following is a simple request test curl -X POST \ -H "X-Parse-Application-Id: myAppId" \ -H "X-Parse-REST