Since a few days ago there is a new issue likely starting with Android Chrome: 114.0.5735.196 (released on 2023-06-27)
From my testing when opening any Google Apps Script deployed as a web app, in the Android Chrome browser, it fails with this message
"Google Drive, Google Docs encountered an error. Please try reloading this page, or coming back to it in a few minutes."
I just published a dummy web app for testing with this simple code
function doGet() {
return HtmlService.createHtmlOutput("Hello there?");
}
And this is the /exec web app link with that error, if you want to try it and confirm
Is anybody else having this issue?
p.s. I just reported the issue through the Chrome browser interface
Also the web apps are working fine on the Android Brave browser with version 1.52.130 (based on Chromium 114.0.5735.198)