Skip to content
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

Closed
Goksel12211 opened this issue Oct 31, 2023 · 4 comments
Closed

The file is not saved #2

Goksel12211 opened this issue Oct 31, 2023 · 4 comments

Comments

@Goksel12211
Copy link

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 ?

@SebastianStehle
Copy link
Contributor

Is there no log on the server?

@Goksel12211
Copy link
Author

when i click save diagram , web server throw a error in json : {"code":"EACCCES" , "errno":"-13", "message": "Error EACCES permission denied ,open ''/data/123123....."........

@SebastianStehle
Copy link
Contributor

There is probably a permission missing to access the file. You might need a volume mapping if you use docker.

@Goksel12211
Copy link
Author

Thank you for your idea.
I simply removed the line :
USER 1000:1000 in Dockerfile
and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants