My Function App was working a few days ago and then suddenly it started throwing a bad gateway error. What would cause this to happen and how can I fix it?
My Function App was working a few days ago and then suddenly it started throwing a bad gateway error. What would cause this to happen and how can I fix it?
Hello @NiharikaKoneru-8312,
Function Apps upgraded to V3 may have this issue. To mitigate, your function app can be pinned to another host version from your Configuration Application Settings.
Documentation on Pinning Function App to V2
This issue can be tracked here.
The recommendation is to use jArray.ToString() as the parameter instead.
This is because for the function to work we need to allow synchronous IO.
6 people are following this question.