Describe the bug
I try to monitor tasks of dify. After start flower in the command line, open the browser but it keep hangs up (nothing shown).
After press one Ctrl-C, the browser opened the page, though it shows the worker is offline. And the flower webpage seems working fine, i.e., I can check the queues and config of the worker.
Describe the bug I try to monitor tasks of dify. After start flower in the command line, open the browser but it keep hangs up (nothing shown).
After press one Ctrl-C, the browser opened the page, though it shows the worker is offline. And the flower webpage seems working fine, i.e., I can check the queues and config of the worker.
To Reproduce Steps to reproduce the behavior:
poetry add flower
xx.xx.xx.xx:5555
Here is the logs:
Expected behavior The browser should loads the page normally.
System information Output of
python -c 'from flower.utils import bugreport; print(bugreport())'
command