Google App Engine页面URL转到404页面,而不是索引页面

时间:2019-01-10 14:02:41

标签: node.js google-app-engine google-cloud-platform app.yaml

我有一个与Google App Engine一起部署的Node JS Web应用程序。当我导航到页面URL时:

https://outdoor-activity-finder.appspot.com

在延迟后,将加载网站的404页面。如果我去:

https://outdoor-activity-finder.appspot.com/

索引页已加载,网站正常运行。我需要指定该应用程序的默认路由为“ /”吗?

这是我的app.yaml:

runtime: nodejs8
env_variables:
  databasePassword: ""
  googleAPIKey: ""
  googleMapsAPIKey: ""
  openWeatherAPIKey: ""
  trailAPIKey: ""
  state: "production"

0 个答案:

没有答案