-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error 500 on Broker page #1357
Comments
Facing same error with RabbitMQ as broker when visiting Broker page |
Facing the same issue with Redis on Redis Cloud |
Ensure that the broker_api is set accordingly to your config:
and
Note that the port change, as well as the auth isn't present in the settings (if you have one) |
i'm not using AMQP. my broker is Redis |
Same problem here using Flower
|
Quick update:
I was able to fix the issue by setting |
I had the same issue, and realized I had |
Describe the bug
Flower is deployed on Heroku and makes use of Heroku Redis as broker.
Heroku Redis uses self-signed certificates (hence the
broker_use_ssl = {"ssl_cert_reqs": "none"}
part in config below). And Workers / Tasks tabs work fine. Just the broker part is broken.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Broker info is shown
Screenshots
System information
Command line
floweconfig.py
The text was updated successfully, but these errors were encountered: