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
As it was discussed in the meeting, API endpoints from Nodejs-Application have wrong root directory(Nodejs-Pure directory).
For example this endpoint. In this case fs thinks he is in Nodejs-Pure directory just now and upoaded file will be written simple in the NodeJs-Pure.
So the resolve of this problem is just to change root path in vm Sandbox.
The text was updated successfully, but these errors were encountered:
As it was discussed in the meeting, API endpoints from Nodejs-Application have wrong root directory(Nodejs-Pure directory).
For example this endpoint. In this case
fs
thinks he is in Nodejs-Pure directory just now and upoaded file will be written simple in the NodeJs-Pure.So the resolve of this problem is just to change root path in
vm Sandbox
.The text was updated successfully, but these errors were encountered: