I am having issues with running custom formulas on google spreadsheets. Everything was working fine a couple of days ago.
- When I open Extensions --> Apps Script, it opens the correct script
- Even a basic function like the example DOUBLE function isn't working, so I don't think its an issue with my code
- Nothing is getting logged on the Execution logs
- Instead of a #NAME? error, I get a Loading... error
- The #NAME? error comes up when I try a formula that doesn't exist, as it should.