Status Update
Comments
jp...@google.com <jp...@google.com> #2
Generated Metadata
- Summary: The developer is experiencing intermittent 500 errors when calling a backend function in a GAS webapp using google.script.run. The issue started recently, and there are no errors in the execution log.
- Tags:
Additional resources:
https://stackoverflow.com/questions/.../google-apps-script-returned-code-50... https://stackoverflow.com/.../how-to-debug-error-500-when-calling-google... https://stackoverflow.com/.../gas-500-error-when-calling-google-script-run-... https://stackoverflow.com/.../why-the-500-internal-server-error-all-sudden https://developers.google.com/apps-script/guides/services/quotas
You can
bl...@google.com <bl...@google.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
ke...@magentahealth.ca <ke...@magentahealth.ca> #4
This is significantly impacting us - thank you!
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
I have a GAS webapp that makes a call to a backend function using google.script.run. The webapp was previously working without errors but now fails about every 3 out of 4 tries. When it does fail, there are no errors in the execution log, and I see an error message in the browser console:
Failed to load resource: the server responded with a status of 500 ()
This issue seems to have just started popping up today.