Is google app script web app proper for production environment?
04:18 24 Feb 2026

I'm wondering if google app script web app deployment is proper for production environment? Because I noticed these things:

  1. The deployment link is random generated.

  2. Accessing web app on another laptop randomly triggers "Sorry, unable to open the file at this time." and that laptop won't be able to access the web anymore.

  3. After new version deployment when accessing from installed app (Chrome --> Install App) the css is missing (using cdn.tailwindcss.com).

  4. When first time accessing the web there is header from google "This app is created by Google Apps Script users; Report abuse; Learn more"

  5. When first time accessing the web my login page is not working, need to login for the second time. (I think the user data not saved in local storage in first time).

The web app can be accessed here: https://script.google.com/macros/s/AKfycby6zuD7J87q_CS_f9Ea5UNSZqPmchUQksMc_MLh2UPpSrX4HrIcqCalQAuEIumLJbyxvA/exec

Should I migrate to normal tech stack like MERN considering for production environment? Thank you

google-apps-script deployment web-applications