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)
Did you try the fix posted above? https://github.com/enuchi/React-Google-Apps-Script/pull/160/files
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 usingnpm 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.