Skip to content

Parse.User.save() does not work in [email protected] #1593

Closed
@dipendras

Description

@dipendras

New Issue Checklist

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    state:releasedReleased as stable versionstate:released-alphaReleased as alpha versionstate:released-betaReleased as beta versiontype:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions