-
Notifications
You must be signed in to change notification settings - Fork 58
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 issue with previewgenerator -> 503 server #416
Comments
The error returned by redis indicates that Nextcloud attempted a connection without providing the correct password. Please confirm that you are using an authenticated redis server and that you have set the correct password in config.php. Just to be sure that this is not the problem. Also please keep in mind, that multiple config files might overwrite each other in some situations which also might lead to issues like this. E.g Otherwise, there indeed might be a bug somewhere in the code. Perhaps the password is not loaded and applied. |
The password is correct and I can login no problem using Even if I comment out all the |
The The code path in question - in the provided stack trace - is in Without more details about your environment it's impossible to do more than speculate about the underlying cause. The only explanations I can come up with regard to why disabling the
Did you actually run any Out of curiosity, was
What kind of problems? |
EDIT
My redis-server seems to be having all kinds of problems this morning, so that appears to be the main root cause of the problem. But I think the bug report here is still valid. It seems like there is no way to change the redis settings for the
previewgenerator
app, or it does not honour the settings inconfig.php
when they are updated. Perhaps there is something I am missing, but I think that needs looking into.Original report:
My server suddently started returning 503s today. Disabling the previewgenerator app solved the problem. I originally thought it was a redis problem, because of the error message, but it was not. Removing the redis conf settings from settings.conf did not do anything. The only way to solve the problem was to disable the app using
occ app:disable previewgenerator
Here's the log:
The text was updated successfully, but these errors were encountered: