Hi there,
We’re experiencing this error
fServer reported an error: FAULT = ‘8001’ [Duplicate property: aDescription] <Duplicate property: aDescription>
We’ve tried with .removeProperty(), but the problem remains and we can’t figure it out. It’s seriously hampering our development. The property “aDescription” is on a table called Property.
Our App ID is 6B0D8C39-40E5-BC10-FF0E-BC967700C300
The way I fixed this was to just delete the column (e.g. delete aDescription) on develop.backendless.com data tab.
Then save a new object with that property included from the code. This should create a new property for the object on backendless and remove the issue.