I was trying to add a geopoint with a relation to an User object:
https://api.backendless.com/v1/geo/points?lat=1.5132&lon=2.5123&metadata=%7B%22myuser%22%3A+%7B%22___class%22+%3A+%22Users%22%2C+%22objectId%22%3A%22CD145AF6-689F-AE1E-FF70-2C991BE4CB00%22%7D%7D&categories=test
Then, I encountered a weird issue whereby I got an error code 36 (Duplicate entry with Column “myuser”).
Prior, I had cleared all the geopoints in my database. Any advice on why this is happening would be appreciated.
Thanks