问题
Google Sheets Add-on is erroring on Chrome when running a google.script.run.myFunction(). It runs correctly on Safari and Firefox and an exact copy of the project on another google user account also runs correctly.
Console error message just says uncaught as per the following screenshot:

No error is caught by adding .withFailureHandler() and the execution logs don't show the google.script.run as being run
回答1:
Issue is as described here We're sorry, a server error occurred while reading from storage. Error code PERMISSION_DENIED (logged in to multiple google accounts). Disabling App Script V8 runtime resolves.
来源:https://stackoverflow.com/questions/63681202/google-script-run-not-working-on-chrome-browser-for-some-users