Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cloud Function return status 422

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!

0 1 352
1 REPLY 1

It is very unlikely that the payload is lost. Have you checked the logs in Logs Explorer?