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