You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to start Flower all without errors start, Debug logs do not help, but when you go to the interface is an infinite load. As it turned out later when flower at initialization sees the module aiogram it gives this behavior. I thought it was a coincidence, but after checking on a test machine I was convinced that in fact these two modules could not be friends.
As it turns out Django is also privy to this problem. Django Celery Flower stack and Aiogram import line gives this error.
The text was updated successfully, but these errors were encountered:
When trying to start Flower all without errors start, Debug logs do not help, but when you go to the interface is an infinite load. As it turned out later when flower at initialization sees the module aiogram it gives this behavior. I thought it was a coincidence, but after checking on a test machine I was convinced that in fact these two modules could not be friends.
As it turns out Django is also privy to this problem. Django Celery Flower stack and Aiogram import line gives this error.
The text was updated successfully, but these errors were encountered: