Closed SovcikJoe closed 8 years ago
@SovcikJoe this should be fixed in commit 5a86ba0
@johnkawakami It would be nice if you could take a look at the changes in the commit.
Seems like the main problem is that you had commented out # self.__dict__[key] = ''
in ParseResource but not ParseUser
That seems to solve the issue, thank you @milesrichardson
So the previous issue here is still happening.
What is the problem? When adding a relation to a Class, the save() stops working and an error gets raised
How to reproduce This was reproduced locally as well as on a hosted ParseServer by back4app. It is reporducable just by following the instructions at the intro. Instantly as the relation is added, the object can't use .save() method.
This to me seems like a huge problem.
Maybe @johnkawakami could chip in as he introduced Relation support.
Here's a stacktrace:
Maybe this might help