Results 4 comments of YunHong Chen

> Could you please complete the issue template (I've re-added the headlines) and ensure that you follow the checklist at the top? I already fix it, and very sorry about...

> sorry, it was `tests` not `users`. I already edited it. and also add setting code about the nginx setting. and you can check it.

> Could you please correct the code and make sure it's complete? I corrected it. Here are some additions, where my parse server is set on port :4000/parse on docker,...

``` (0, _promiseUtils.when)(batchReady).then(() => { // Kick off the batch request return RESTController.request('POST', 'batch', { requests: batch.map(obj => { const params = obj._getSaveParams(); params.path = getServerUrlPath() + params.path; return params;...