Replies: 2 comments
-
Ok, I've answered my own question. I had followed the suggestion in the link in the post above to secure Redis by adding a password. I disabled the password/authentication on Redis and all of a sudden documents can upload and the log has appeared. This clearly suggests to me that you cannot have authentication enabled in Redis for Paperless to work. Does this matter? I guess it only matters if you have your server open to the internet, which i don't luckily. |
Beta Was this translation helpful? Give feedback.
-
You're instructing Paperless to connect to a passwordless Redis instance on this line in paperless.conf:
A password-protected Redis instance would have an address looking something like this:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, after a day messing around with the bare metal install (Debian Buster machine), I finally got paperless-webserver and paperless-scheduler going (not the case with paperless-consumer which I'll post elsewhere).
When I log in as superuser paperless, my attempt to load my first PDF is a failure with error 500.
Redis is running and followed the procedure on this page to make sure it was working:
I'm trying to debug what the issue is but there is no log file in
/opt/paperless-ng/data/log
. In fact, if you click on "logs" on the interface, its empty. If I try to set the PAPERLESS_DEBUG option to true inpaperless.conf
, the paperless-webserver fails to start:My
paperless.conf
file is below. Any thoughts on why I'm not able to see a log and why I get the 500 errors?Beta Was this translation helpful? Give feedback.
All reactions