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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Instead of removing the leading '/', you could define the env variable STORAGE_PATH as you can see in the code you posted.
That way you won't have any problems syncing with the repository.
The leading '/' is there because the /kongadata directory is used as a docker volume in docker builds which is also the recommended way to run Konga.
The caveat is that it throws the EACCES error when you're building from source and Konga has no permissions to the specified directory, but again, all those things are configurable via env vars so no problem there.
This is something I need to document out in README as well so that it becomes more understandable.
I followed the git clone method install using Docker Kong/Cassandra containers and was getting:
in the bootstrap.js I had to remove the leading
/
from kongadata in the process.env.STORAGE_PATHThe text was updated successfully, but these errors were encountered: