Closed TG-March closed 1 week ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
I use a bunch of other linuxserver containers running under various users on my server.
I've set the UID/GID environemntal variables to the correct user.
The container runs without spitting out any errors. I can create categories (folders) no problem after logging in to the web editor.
Whenever I edit a page I get the following
{"status":1,"message":{"errno":-21,"code":"EISDIR","syscall":"open","path":"/config/content/"}}
fromrn-edit
when I look in the inspector.I have
chmod 777
'd the directory so I don't think it's a permissions issue, especially as it can create folders. There are no errors in the log.Pages I create as files are displayed properly.
If I try to add a page I get
{"status":1,"message":{"errno":-2,"code":"ENOENT","syscall":"open","path":"/config/content/+/test.md"}}
fromrn-add-page
, again nothing in the log.Is your default config out of date? The path sections at the start look different to the raneto github config.default.js.
Expected Behavior
No response
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs