-
|
Hello all, I am using latest versions of both bull-board and bullMQ although for quite some time I'm facing the issue where even if I have jobs available to show the board remains empty. My configuration is used as expected for example on jobs module and on my workers.module Any idea how this could be resolved? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
From the code you've given, it looks like Nest.js. |
Beta Was this translation helpful? Give feedback.
-
|
Make sure that bull-board is using express 5 as well (check node_modules || |
Beta Was this translation helpful? Give feedback.

OK gotcha. So the conflict is between those to.
i would use this until migrating to express v5 along with nx. Thanks a lot @felixmosh