-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The file is not saved #2
Comments
Is there no log on the server? |
when i click save diagram , web server throw a error in json : {"code":"EACCCES" , "errno":"-13", "message": "Error EACCES permission denied ,open ''/data/123123....."........ |
There is probably a permission missing to access the file. You might need a volume mapping if you use docker. |
Thank you for your idea. |
The web server is ok, but when I click the "Save Diagram" button, a pop-up error message appears, stating "Failed to save diagram." Can you please help me understand what I might be doing incorrectly?
The command I tried :
docker run -p 4000:4000 mydraftcc-nodejs-server
Web server is up but when i click Save Diagram button , i got an pop up error with Failed to save diagram. What am i doing wrong ?
The text was updated successfully, but these errors were encountered: