I have a perfectly fine express node.js app that serves http requests. I put it on Google Cloud App Engine.
It serves the pages fine, but occasionally when I visit the page I get a white page that says:
Cannot Get /
if I refresh the page is served as usual.
This happens very often for my initial requests for the website. I use a custom domain.
How can I track this error, it doesn't show up in the log viewer. What is the cause of this?
app.yaml
runtime: nodejs12
env_variables:
BUCKET_NAME: "example-gcs-bucket"
handlers:
- url: /.*
secure: always
script: auto
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…