Missing dir in bootstrap script (fulltextrss) leads to error loading feed of source
What version of selfoss are you using?
latest docker image tag using docker-compose
What did you do?
- Start the service using the docker-compose config from the readme
- Add random source (Heise.de)
- Browse and refresh the source a few times
What was the expected result?
- After the source was added, the feed gets loaded
What was the actual result?
i get this error in the source's edit pane
error loading feed content: The "/selfoss/src/helpers/../../data/fulltextrss" directory does not exist.
NOTE:
I did fix it for me by cloning the repo down and adding the missing dir to the script and then building the image like this in my docker-compose.
build:
context: ..
dockerfile: ..
Interestingly, this error only occurs when using docker-compose. Running it with docker run
works flawlessly because somehow the dir gets created this way?? I checked that by going into the container at runtime.