Permission denied to create logs and data directories #9145
Unanswered
seandaug
asked this question in
Troubleshooting
Replies: 1 comment
-
Having the same issue here! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
After upgrading to v0.8.0-rc2 from v0.7.9, I now get errors that
/app/logs
cannot be created and then fixing that I get errors that/app/data
cannot be created.These issues can be fixed by creating new directories then adding them as mounts in
docker-compose.override.yml
for theapi
service, where the mounts have targets of/app/logs
and/app/data
.Version Information
ghcr.io/danny-avila/librechat v0.8.0-rc2 78a279684768 6 days ago 1.17GB
ghcr.io/danny-avila/librechat-rag-api-dev v0.6.0 900952ef86af 2 weeks ago 7.87GB
Steps to Reproduce
.env
docker compose up
. This will cause an error for/app/logs
(see logs below)./app/data
(see logs below), but clicking the regenerate icon makes it work on the second try.What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions