getting unknown system error in node fs on EFS mounted directory #5045
Unanswered
aman-gupta-doc
asked this question in
Q&A
Replies: 0 comments 2 replies
-
Linux, right? EFS is a network file system and 116 is EISCONN, so presumably the connection with the backend got in some kind of bad state. I doubt node is the culprit here, it's probably just the messenger. That error code comes straight from the kernel. Check the kernel logs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I got below errors multiple times when using node fs write or read functions.
Why I am getting those errors?
Beta Was this translation helpful? Give feedback.
All reactions