Uname to deploy new app version to upgrade from old Go runtime

59 views
Skip to first unread message

Ronoaldo Pereira

unread,
Aug 6, 2020, 10:57:52 AM8/6/20
to Google App Engine
It was unfortunate but a small yet useful webservice I developed long time ago using Go 1.9 got broken recently. Google sent me several notices, and I reviewed most projects except this particular one.

Unlike the other projects I had to apply changes to, this one refuses to accept new deployments, telling me that there is no app engine application. However, any attempt to create one fails telling that the app already exists. Project id is "ronocode".

I guess this one got broken because it had only now deprecated versions/services. Is there a way to use this project again? The project ID is fun and I don't want to miss it. Also, I have some hard-coded pointers to the appspot.com domain (silly me :| )

Any tip to help with the deployment is apreciated.

Best regards,

Aditya

unread,
Aug 10, 2020, 8:52:45 AM8/10/20
to Google App Engine
Hi,

Did you by chance, create the application under a 'Google Apps Account' ? If that is so, then you need to log into http://appengine.google.com/a/yourdomain to access applications created from your Apps account.

You are unable to recreate another application because projects support only a single App Engine application. To check if your GCP project already contains the Application resource, you can use either the apps.get method or run the gcloud app describe command.

Currently, there is no way to delete an existing app in GAE. Once created it cannot be removed, nor its initial settings can be changed (like the region where it was deployed). The only possible workaround is starting a new project and deploying a new application. 

I hope this helps.
Reply all
Reply to author
Forward
0 new messages