Flower UI the first time you click on each worker always has an error
- Dominant language
- Python
- Stars
- 13
- Forks
- 17
- Avg merge
- 6h 59m
- Merged PRs (30d)
- 1
Description
> [!NOTE]
> Migrated from [augurlabs/augur#3595](https://github.com/augurlabs/augur/issues/3595)
> Originally opened by `@MoralCode` on 2026-01-16
---
Repro steps:
1. uncomment the flower section of the docker compose
2. start augur and wait for it to be up
3. go to localhost:5555 or whatever the flower port is
4. observe tasks being processed on the workers tab
5. click the title of any worker
6. observe error
7. go back
8. click that same worker again
9. observe no error
The error in question is just a blank page with the flower navbar that says:
```
Unknown worker 'frontend:e7a9148f6a8b4aaeb798fe16178e1d73@52d73f41da4c'
```
steps 5-9 can be repeated once for each worker in a given startup.
Why does it do this?
Contributor guide
Assessment
This issue has not been assessed yet.