I've been stuck on an issue for a day.
When I tried to pass a parse_rest.datatypes.Object to my Cloud Code function, I got a "ValueError: Circular reference detected".
You have to use ParseType.convert_to_parse() on your object to fix this (or am I doing this wrong ?)
I've been stuck on an issue for a day. When I tried to pass a parse_rest.datatypes.Object to my Cloud Code function, I got a "ValueError: Circular reference detected". You have to use ParseType.convert_to_parse() on your object to fix this (or am I doing this wrong ?)
I added this to the readme.