wordpress - Google cloud "This application does not exist (app_id=u'sunlit-precinct-93807')" -


i trying setup wordpress installation on google cloud hand of tutorial: https://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/

i have created database, want deploy files server (tried google launcher , terminal command), gives me following response:

this application not exist (app_id=u'sunlit-precinct-93807'). 

i don't know doing wrong. application has status running here: https://appengine.google.com , in cloud console well.

$ appcfg.py update /users/639/desktop/appengine-php-wordpress-starter-project_build_linux_mac  12:41 pm application: sunlit-precinct-93807; version: wpfromstarterproject 12:41 pm host: appengine.google.com 12:41 pm  starting update of app: sunlit-precinct-93807, version: wpfromstarterproject 12:41 pm getting current resource limits. 12:41 pm scanning files on local disk. 12:41 pm scanned 500 files. 12:41 pm scanned 1000 files. error 404: --- begin server output --- application not exist (app_id=u'sunlit-precinct-93807'). --- end server output --- imac-van:~ 639$ appcfg.py update /users/639/desktop/appengine-php-wordpress-starter-project_build_linux_mac  12:42 pm application: sunlit-precinct-93807; version: wpfromstarterproject 12:42 pm host: appengine.google.com 12:42 pm  starting update of app: sunlit-precinct-93807, version: wpfromstarterproject 12:42 pm getting current resource limits. 12:42 pm scanning files on local disk. 12:42 pm scanned 500 files. 12:42 pm scanned 1000 files. error 404: --- begin server output --- application not exist (app_id=u'sunlit-precinct-93807'). --- end server output --- 

double check following:

  1. you application id correct , matches see in cloud console.

  2. your app.yaml file might having special characters instead of copy pasting application id, try typing it.


Comments