You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my setup, the automated production environment manages the logs and pids folders. They are not owned by the node runner, but they are group writable for the node runner.
Cluster however tries to create these folders and asks for 755 permissions, so even if the folder exists, node still tries to enforce the permission and fails because it is not the owner of the folder.
The text was updated successfully, but these errors were encountered:
In my setup, the automated production environment manages the logs and pids folders. They are not owned by the node runner, but they are group writable for the node runner.
Cluster however tries to create these folders and asks for 755 permissions, so even if the folder exists, node still tries to enforce the permission and fails because it is not the owner of the folder.
The text was updated successfully, but these errors were encountered: