0

So I am trying to save my Google Apps Script project but right now I have the "Save failed. Try again later" error in the UI.

In the console, there is more info, as it seems it is a "Transport Error". Here is the screenshot :Screenshot of the save error

Google doesn't seem aware of this looking at the status dashboard (https://www.google.com/appsstatus/dashboard/, https://developers.google.com/apps-script/guides/support/outage-log).

So is it me?

EDIT : This solved by reloading. But I had to copy large amount of data before reloading to not loose all progress. Is there a link with me adding lot of data and the save not working properly?

Alecsou
  • 39
  • 5

1 Answers1

0

I'm writing this answer as a community wiki, since the solution was provided by the OP (@Alecsou) in the comments section for visibility for the community.

The issue got resolved after refreshing the page, I investigate the error message before, and I found that it can have different causes. Some of them can be related to browser issues 1, cache and cookies, some found the issue is related to libraries, extensions, transitional issues in Google Side, etc.

For what I understand, the issue happens when Chrome (or any browser) is running making a request, and it's stop for any reason (an external or internal environment issue), which will trigger the issue.

I remember that it happened to me once, when I was working on an Apps Script code, and I took a long time coding something. It was not a long code, I was just a noob and was researching at the same time I was coding. When I finally save the code, I got the 103 error message. For my case, I think I took so long reading the documentation, and examples online so when I return to the Apps Script page, the page was white, and it took a while to show the information again. And that was the root cause of the issue for me.

Since then, I tried to save the Apps Script file every so often to make sure it doesn't happen again.

You can read more information in the following posts:

Giselle Valladares
  • 2,075
  • 1
  • 4
  • 13