Your API endpoint for the report function is not working.
It responds with a 400 error and some details:
status: 400, title: “The data supplied is either incomplete or not valid.”, error_code: 140003
“Cannot parse “report sentence goes here” as ObjectIdField.”
1 Like
Josh
19 March 2021 12:03
2
Hey Flehmann, welcome to the community! It’s great to have you here.
Thanks for bringing this to our attention! I’ve sent a report to the team in charge of this feature, and I’ll let you know once I get an update.
In the meantime, come say hi to the community
Alright, thank you for replying that fast.
I have just tried it again to ensure the report was not containing forbidden characters that might break the parsing. However, that was not the case.
As further information for the person debugging the function:
Latest request was done at Fri, 19 Mar 2021 14:25:16 GMT. I have done earlier requests right before my first forum post.
2 Likes
Josh
19 March 2021 16:33
4
Thanks for this! I’ll pass on the info to the team
1 Like
Faced the same bug 2 hours ago.
Inspecting the api result it seems that the textfields cannot parse the single quotes (') character.
I was typing
Don’t
and when i typed
Do not
it worked.
I don’t know if it helps but for my situation it worked!
1 Like
Josh
16 September 2021 16:38
6
Thanks for the tip @billkirim !