Hey guys, I’ve issue with Backendless once I try to update my object in the table using put
.
An internal trouble ticket with ID 6842FC53-A9BE-2DED-FF87-4FE820AB8800 has been created and we will be investigating the issue.<…>
Getting 500 internal server error.
Fails each time.
Issue found:
My JSON contained empty key and value pair, therefore server was failing. If you will try to send {"":""}
- request will fail.
Thank you for your support guys!
Hello @Aurimas_Deimantas,
I’ve checked and everything works fine.
This is my curl request
curl -X PUT -H 'Content-Type:application/json' 'https://api.backendless.com/APP_ID/API_KEY/data/Person' -d '{
"name": "John",
"age": 40,
"objectId": "D1AEDA16-000C-053F-FFF3-D337C5BED100"
}'
Please try the similar request and provide your APP ID and your request if issue is still present.
Regards,
Olha
The internal ticket BKNDLSS-20968 is created.
We’ll fix this issue as soon as possible.
Regards,
Olha
1 Like
Hello @Aurimas_Deimantas
We’ve released the new version of Backendless.
Please, could you confirm that this issue doesn’t appear?
Regards,
Inna