Hi all,
I have a service previously created with codeless (and works + is “invokable” in backendless console and rest etc), but when I try to use the corresponding codeless block that backendless generates for that function (in this case, in a codeless timer - under the “API Services grouping”), I seem to be getting the following JSON parse error (when I inspect my server logs):
Error: Service invocation failed: ExceptionClass:"JsonMappingException" {Msg:"Unrecognized token 'C1AC9C26': was expecting ('true', 'false' or 'null')
For added context, the only parameter I am passing in to the function is an object’s ID, of which it seems to be breaking on. I also don’t know why it is complaining about it needing to be a boolean value, when the parameter type is specified as a string in backendless console (for that function that is being called).
I also put a print out on the first line of that codeless function that should be called, but it doesn’t even get there, maybe indicating that this parse is even before that?
Is there something wrong when the function is invoked via those blocks?
R