Google Cloud 标准应用引擎 404 错误
我在 Google Cloud App Engine Standard 上设置了一个 Flask Web 应用项目,当我部署它并访问网站时,它总是返回 404。我已经在本地测试了部署,它运行良好。日志没有显示错误。这是我的 app.yaml: runtime: python39 entrypoint: gunicorn -b :$PORT -w 2 main:app error_handlers: - file: error.html handlers: # This configures Google App Engine to serve ...