0👍
✅
You are likely using a new version of the SDK (2.0.0), which contains many breaking changes compared to 1.x, without knowing it.
There are two possibilities to resolve the issue:
- Use parse-server 2.8.3 which was published yesterday
- Use the proper SDK version (see here) by pointing your parse SDK version to: the 1.11.1 (https://unpkg.com/parse@1.11.1/dist/parse.js)
Source:stackexchange.com