-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis connection refused #118
Comments
Thanks for the report. |
Turns out its because redis wasn't running! I think this needs to have Changing the URL was enough to trick it enough to have Outline run briefly, but it crashed as soon as I tried to update a page. I fixed it by installing nextcloud which requires redis, and verified that the redis service was running. Outline is happy now (with original |
Very good catch thanks. |
Describe the bug
Installed Outline on a fresh YunoHost install. It failed to connect to the redis instance.
Context
This bug shows up a few places in the Outline repo.
Logs
https://paste.yunohost.org/ubotirupex
Fix
I was able to fix it by changing
REDIS_URL=redis://localhost:6379
toREDIS_URL=redis://redis:6379
, as suggested in the Outline repo.I am not sure if the default should be changed in this repo.
Reporting here for visibility if other YunoHost users run into this. Feel free to close, it is resolved for me.
The text was updated successfully, but these errors were encountered: