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
This highly depends on directory user and group ownership and permissions inside your data directory. By default the docker container starts the apache server with the same user and group ids of the root data directory. This is so that apache has the right permissions. But if inside this directory there are more directories with different users or permissions then it can be that apache can't write. Alternatively you can start the container setting environment variables to specify user and group ids and umask, see https://github.com/mauvilsa/nw-page-editor#data-owner-group-and-permissions and https://github.com/mauvilsa/nw-page-editor/blob/master/web-app/start-server.sh#L11-L13.
Anyway after starting the container you could docker exec into it to check the things like the running user of apache, the permissions in the directory it is failing to write, etc.
This is the first thing that comes to my mind, though it could be something different. Without more information I am unable to tell.
Hi,
I'm experiencing strange problem with the latest release of the web-version of the editor, namely on saving I receive the following error:
Here's what the logs tell me:
Do you have an idea what could be causing this? Thanks in advance!
The text was updated successfully, but these errors were encountered: