Hi Guys,
I have one problem with my Cloud Functions. When I invoke, it return to me a status 422 (some fields can be wrong).
So, I put one loop in my code (function and code is PHP - Laravel) that invoke this function to retry. So, after some tries it works.
My doubt is: is there a way that I debug this Function? Is it possible that the payload was lost in some place?
Thanks!
It is very unlikely that the payload is lost. Have you checked the logs in Logs Explorer?