Hey Andreas –
We aren’t experiencing any system wide webhook issues. We are receiving errors returned from Backendless for your webhooks though. It looks like the Backendless destination urls are throwing errors when the webhooks try to fire.
–Joseph
Steps to reproduce the error have been sent via message to @staff
My cloud calls are suddenly failing - I know it’s not my cloud code because the errors are occurring before they are called:
Error: Wrong json format: Cannot deserialize value of type `java.lang.String` from Object value (token `JsonToken.START_OBJECT`)
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: java.util.LinkedHashMap["options"])
at new ResponseError (backendless.js?b8b6:1144:1)
at checkStatus (backendless.js?b8b6:1355:1)
Now the data is coming through, but the webservice posting data still gets an 400-error. In other words: system works, but there still seems to be some kind of issue.