Hi all,
Not a question but a tip for others experimenting with py4web on GCP App Engine.
Following the instructions in the _documentation, after a few failed attempts to access my app (with 502 and 404 errors), I modified the deploy command in the Makefile by adding the --promote flag to make it :
gcloud app deploy app.yaml --promote
I'm ready to build out my first py4web app !
Might be worth adding this to the script and/or documentation.
Regards
Andrew W