I made a simple PHP app based on this example in the docs:
https://backendless.com/documentation/data/php/data_relations_save_update.htm
I did the exact same thing in my code yet I’m still getting this error:
"Uncaught exception ‘backendless\exception\BackendlessException’ with message ‘Backendless API return error: Missing ___class property for entity: __relations Error code:1020’ in C:\xampp\htdocs\RelationsBackendless\backendless\src\lib\RequestBuilder.php:162 "
I’ve tried saving relations before, working on my real app, and it showed me the exact same error. So, after doing some reasearch, I’ve came to find out that this error happens to others as well. The problem is that none of the provided answers helped me solve this basic problem.
Does anyone have an clear answer to this? Thanks.