Open
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 latest version of Parse Server and the Parse Flutter SDK.
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
- SDK version:
7.0.0
- Flutter version:
3.24.3
- Dart version:
3.5.3
- Operating system version:
Windows 11
Server
- Parse Server version:
7.2.0