Hey, everyone. I have worked on a feature for my Google Slides Addon for months now.
I created a deployment and pushed the changes; however, after this particular version was live, the app started behaving unexpectedly.
It's not the new feature issue; that's a new screen in the sidebar, and I commented the `.addItem` for that screen.
Now, the `onOpen` takes a lot of time to load, and for my other account, even though the addon was installed, it wasn't showing in the extensions list after several refreshes. then it started showing again but with an "Install" option along with other app options.
And I randomly get a `NetworkError: Connection failure due to HTTP 500` message. It's very hard to debug because the issue is never consistent.
For `onOpen`, the only thing I can think of is the increased AppScript bundle size (after the new feature). I used webpack with clasp for bundling and don't know the issue with the random `HTTP 500` errors.
It's only happening on the live version and not my local version. The add-on is used by thousands of users every day, so I can't keep pushing new changes to the live app and test there.
I'm more than happy to pay for your time and for your help in investigating this issue.