enuchi / React-Google-Apps-Script

This is your boilerplate project for developing React apps inside Google Sheets, Docs, Forms and Slides projects. It's perfect for personal projects and for publishing complex add-ons in the Google Workspace Marketplace.
MIT License
1.34k stars 178 forks source link

Dev mode not loading content #113

Closed MK-Mike closed 2 years ago

MK-Mike commented 2 years ago

Thanks @enuchi for creating this awesome tool.

Not really a problem per se, but thought other might find this useful.

I followed all the instructions, and got this working if I deployed it, however the dev mode wasn't working for me. The modal window appeared but no content was loaded in the iframe.

I eventually figured out that this was due to add / script blocking by my browser (Brave) and turning that off fixed the problem (in my case setting Brave "shields" to down).

It might be worth including a line in the readme instructions on dev mode in case others run in to a similar problem with add blockers / privacy extensions.

Thanks again for creating this tool.

enuchi commented 2 years ago

Hi @MK-Mike, thanks for the tip. Feel free to open a PR adding a sentence to the Readme.