getting unknown system error in node fs on EFS mounted directory #46814
Unanswered
aman-gupta-doc
asked this question in
General
Replies: 1 comment 1 reply
-
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
-
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