Nested ParseFile saves invalid data #425
Labels
bounty:$20
Bounty applies for fixing this issue (Parse Bounty Program)
type:bug
Impaired feature or lacking behavior that is likely assumed
Issue Description
Deep save of ParseFile creates invalid file.
Steps to reproduce
Adopted from the Files playground. Instead of the ParseFile profilePicture property I created a property that links to a PFPhoto object with nested ParseFiles:
I then save a Score that contains the PFPhoto:
Actual Outcome
When I save a score object, the PFPhoto object is saved but the ParseFiles link to invalid data- https://parsefiles.back4app.com/zgqRRfY6Tr5ICfdPocRLZG8EXK59vfS5dpDM5bqr/thumbnail.jpg
Expected Outcome
The PFPhoto object should contain two valid image files.
Environment
Client
Server
The text was updated successfully, but these errors were encountered: