Dynamic HTML Page not found in App Engine. Returns Cannot Get /index
问题 I am trying to host my HTML page in App Engine. When I am trying to access the webpage with url/index it returns Cannot GET /index I have followed the steps mentioned in https://cloud.google.com/appengine/docs/standard/python/getting-started/hosting-a-static-website having same file structure as it expects according to the link above. - my_project |- app.js |- app.yaml |- www |- index.html The below is my app.yaml file # [START app_yaml] runtime: nodejs env: flex service: service_name #