Google App Engine Project Deploys but Doesn't Update at xxx.appspot.com -


i've created google app locally , trying see on app_id.appspot.com. project app set on google developer's console , can deploy app engine launcher following log output:

    2015-07-17 08:42:59 running command: "['c:\\python27\\pythonw.exe', '-    u', 'c:\\program files (x86)\\google\\google_appengine\\appcfg.py', '--   oauth2_credential_file=c:\\users\\xxxx/.appcfg_oauth2_tokens', 'update',    'c:\\program files\\google\\cloud sdk\\app-id\default']"     08:43 application: app-id; version: 6     08:43 host: appengine.google.com     08:43      starting update of app: app-id, version: 6     08:43 getting current resource limits.     08:43 scanning files on local disk.     08:43 scanned 500 files.     08:43 cloning 2 static files.     08:43 cloning 727 application files.     08:43 uploading 1 files , blobs.     08:43 uploaded 1 files , blobs.     08:43 compilation starting.     08:43 compilation completed.     08:43 starting deployment.     08:43 checking if deployment succeeded.     08:43 deployment successful.     08:43 checking if updated app version serving.     08:43 completed update of app: app-id, version: 6     08:43 uploading index definitions.     2015-07-17 08:43:22 (process exited code 0)      can close window now. 

i'm on windows 7 , have tried on cmd same output. i've tried changing version number, waiting overnight, , setting "default_expiration" "1m" in app.yaml, no dice. address app_id.appspot.com still shows old version of app. suggestions here?

it looks uploading application version label 6. log google cloud console , check see if version 6 set default serving version.

https://console.developers.google.com/project/<your-app-id>/appengine/versions


Comments