Google Cloud / App Engine (Node JS) "Error: EIO: i/o error, read"

Viewed 108

We have a Node JS app deployed on Google Cloud/App Engine. The app just started reporting an IO Error:

Error: EIO: i/o error, read
   at .Object.readSync ( fs.js:617 )
   at .tryReadSync ( fs.js:382 )
   at .Object.readFileSync ( fs.js:411 )
   at Object.Module._extensions..js ( internal/modules/cjs/loader.js:1112 )
   ...

google cloud platform error io error file read

Here's what I will try to do:

I will update the question with any findings.

1 Answers
Related