ParseUser save method takes context as parameter but it is not propagated to Object super.save #1008
Open
4 tasks done
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
ParseUser exposes a save method that takes a context but for now it seems the context is not being used.
Steps to reproduce
Call
await ParseUser.createUser(
username, // Username
password // Password
email
).save(context);
Actual Outcome
I do not observe the context parameter from the backend.
Expected Outcome
Context should be passed to request.context in the backend.
Environment
Parse Flutter SDK
7.0.0
3.24.3
3.5.3
Windows 11
Server
7.2.0
The text was updated successfully, but these errors were encountered: