Installing Aggregate won't affect data, but common sense rules apply: backup your data, pull all your forms using Briefcase, etc.
The safest install you can do right now is to install the same version you were running, but maybe we can play out other less invasive options:
- First, let me ask if there's anything obvious (warnings, errors) we're missing in the AppEngine logs
- You could delete all the running instances and try to log again. This will launch new fresh instances.
- Look for signs of a broken deployment:
- There should be a
default
, and abackend
service listed at https://console.cloud.google.com/appengine/services - There should be one version deployed for each service (
default
, andbackend
) at https://console.cloud.google.com/appengine/versions
Both should be on theStandard
environment and showServing
under the "Status" column
I guess you would seejava7
in the "Runtime" column, although newer versions should showjava8
- Verify that there are no issues over the Quota details at https://console.cloud.google.com/appengine/quotadetails
- Verify that the app is not disabled at https://console.cloud.google.com/appengine/settings
- There should be a