Appsheet api error 500

So I and my colleagues at Infohand have been having issues with the API returning error 500 for probably the last 2-3 months on and off.

Webhooks that worked would stop working randomly and resume working, but in the last month or so it seems to be more generalized than before, more apps and bots seem to have been having problems, is anyone having the same problem consistently like I have?

I know there have been a few specific instances where people had problems but I'm not sure if it's the same issue. 

exemples :

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/AppSheet-API-SSL-Cert-Expired/m-p/533261

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/AppSheet-API-return-status-code-500/m-p/516208

 

 

0 2 208
2 REPLIES 2

Has this been resolved?

From what the support team sent me, my problem is related to the security filters of tables and they sent me this temporary fix:

on table settings >> are updates allowed, insert: USEREMAIL()="example@example.com", "ALL_CHANGES" example been the owner of the app, doing this to hardcodes the permission 

and in the webhook, the properties  would look something like this 

{
"Action": "ADD",
"Properties": {
"Locale": "en-US",
"Location": "47.623098, -122.330184",
"Timezone": "Pacific Standard Time",
"RunAsUserEmail": "example@example.com"
},

but the issue has not been completely fixed, even with it, there have been around 3 times that it still gives error 500.

Top Labels in this Space