I'm trying with PyPICloud on the .yaml file there is this config
runtime: python37
service: dev-pypyserver
instance_class: F4
handlers:
- url: /.*
secure: always
script: auto
default_expiration: "3s"
entrypoint: pserve server.ini
but the logs say: "failed to detect app after start: ForAppStart()"
From https://cloud.google.com/appengine/docs/standard/python3/runtime
By default,
pypiclouduses port6543which is likely not the same port that the runtime is asking you to use.