React-Google-Apps-Script: UI Created not rendering on production deployment.

Hi, i’ve started using this template for an add on on google sheet. I have this issue when i deploy the project the UI does not render but when running it in dev using npm run start the UI shows up as it should

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Comments: 23 (11 by maintainers)

Most upvoted comments

Great, glad this helped. I will work on getting that PR completed, just need to take a closer look.

I am also seeing some weirdness where a development deployment works fine with npm run start but when I deploy using npm run deploy, all I get is a blank sidebar app.

I saw this previously a few months ago and think I corrected it by reordering some imports in one of my components. I haven’t been able to isolate what’s wrong this time though.