Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the version 4.5.0 of Parse Server and the latest version of Parse JS SDK.
Issue Description
Parse.User.save() does not work in [email protected]
Steps to reproduce
let user = new Parse.User();
user.set("username", "xx");
user.set("email", "[email protected]");
user.set("password", "xx");
saveduser = await user.save();
Actual Outcome
It is saved/updated in the local session but not in the backend/server.
Expected Outcome
Update the data in the backend/server.
Environment
Server
- Parse Server version:
4.5.0
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
Back4app
Client
- Parse JS SDK version:
3.5.0