0

I published a script I wrote in Google Apps Scripts to Chrome Webstore. However, it is linked to a different script URL than the one I am using, so when I open the webpage it simply says: Function doGet() not found. However, when I open the correct URL including /exec in the browser it runs correctly.

Why is this happening?

And why is it only displaying "Visit website" and not "Add to chrome"?

Z0q
  • 1,689
  • 3
  • 28
  • 57

1 Answers1

0

Try the solution from this SO post: saving and republishing your google script web app is not good enough. You need to save a new version and publish the new version to make sure your app gets updated properly.

Also additional answer from this SO post.

I would also recommend to read about Apps Script Web Apps to get a gist of the foundation.

ReyAnthonyRenacia
  • 17,219
  • 5
  • 37
  • 56