cGoa
cGoa copied to clipboard
Non-descriptive server error when setting up the cGoa package
While using cGoa release 36 (the latest at this moment), when setting up the package using:
cGoa.GoaApp.setPackage(propertyStore, cGoa.GoaApp.createServiceAccount(DriveApp, {
packageName: 'foxglove-bootstrap-store-package',
fileId: '23DEu3o2C1NllQlUbdNjqxkpD1ZEvrIHs',
scopes: cGoa.GoaApp.scopesGoogleExpand(['cloud-platform']),
service: 'google_service'
}));
I get a non-descriptive error message:
Exception: We're sorry, a server error occurred. Please wait a bit and try again.
Am I doing something wrong or is this due to the recent changes in Google Apps Script?
I'm not entirely sure - there were a number of issues that arose because of V8 changes, but I believe they've all been worked around. However in the past couple of days, there have been various reports of problems with the property service (which goa relies on to store credentials and to manage refreshing tokens).
https://issuetracker.google.com/issues/169458082
So it's possible that it's related to this.
So, has this ever worked and suddenly doesnt work any more, or are you starting up?
On Fri, 25 Sep 2020 at 21:09, Michele Di Cosmo [email protected] wrote:
While using cGoa release 36 (the latest at this moment), when setting up the package using:
cGoa.GoaApp.setPackage(propertyStore, cGoa.GoaApp.createServiceAccount(DriveApp, { packageName: 'foxglove-bootstrap-store-package', fileId: '23DEu3o2C1NllQlUbdNjqxkpD1ZEvrIHs', scopes: cGoa.GoaApp.scopesGoogleExpand(['cloud-platform']), service: 'google_service' }));
I get a non-descriptive error message: Exception: We're sorry, a server error occurred. Please wait a bit and try again.
Am I doing something wrong or is this due to the recent changes in Google Apps Script?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/brucemcpherson/cGoa/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOONBC447TO77KPP2L6JTLSHT2IFANCNFSM4R2LAZHA .