parse4cn1 has some issue when working with Node JS and parse-server open source
问题 The parse4cn1 library works well with parse.com but it has some issues when working with Node 4.3.2 and parse-server open source . For example, when calling the ParseUser.signup() function, the "Invalid key name" exception is always happened. I tried to debug and figure out that the ParseCommand object should add the ParseConstants.CONTENT_TYPE_JSON to its header in order to make it can work. I don't why because it still works without doing this with parse.com . Another issue is the