Bull board is not opening on other environments

See original GitHub issue

I can open and see all the queues at the dev environment but when I’m trying to open it in a staging environment it does not load the app queues. Looking at the browser console I could see that it is trying to access the following route /admin/undefined/queues/? but it should be accessing this one /admin/queues/queues/?. What could possibly be the problem for not being able to see the jobs in another env? I thought it was the helmet middleware but I disabled it and still doesn’t work.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
edilsoncommented, Feb 9, 2021

@felixmosh thanks for your help. I updated to version 0.10.0 and it worked.

0reactions
felixmoshcommented, Feb 9, 2021

This looks OK

Can you share an online example, I will able to debug it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Board page is not working · Issue #12 · felixmosh/bull-board
When i tried to use bull-board, nothing happens. With no queues i have "no stats to display" page, but if I add some...
Read more >
ejhayes/nodejs-bull-monitor - Docker Image
Configurable UI support to visualize bull queues (supported: arena , bull-board , bull-master ); Sentry error reporting (just pass SENTRY_DSN environment ...
Read more >
Using Bull Queues in NestJS Application - Code Complete
In this post, I show how to use Bull Queues in a simple NestJS Application. I also integrate the application with Bull board....
Read more >
node.js - NodeJS: Bull jobs sometimes start, sometimes don't
I've implemented a Redis and a microservice to run in 1h intervals, using cron. Sometimes the jobs start, sometimes don't, and I'm not...
Read more >
bull-board | Yarn - Package Manager
bull -board. Bull Dashboard is a UI built on top of Bull or BullMQ to help you visualize your queues and their jobs....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found