我有一个与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"