nestql / bull-board

Bull Dashboard for @nestjs/bull
MIT License
6 stars 2 forks source link

Board is not accessible when there is no global GlobalPrefix #1

Open eliasblume opened 1 year ago

eliasblume commented 1 year ago

Hi! First of all nice work :+1: I think I found a little bug - but should be an easy fix if there is no app.setGlobalPrefix('test-prefix') the board tries to register itself with LOG 🦬 Explore bull on the board: http://localhost:3000//bull-board - which is not a valid domain, so the board is not accessible.

Greeting .

MustagheesButt commented 1 year ago

@eliasblume facing same issue

Really thankful for such a helpful library, but can't use cuz of this bug @maintainers

eliasblume commented 1 year ago

i forked it and fixed it...

eliasblume commented 1 year ago

use this if you need it untill the maintainer pulls it https://www.npmjs.com/package/bull-board-fork @MustagheesButt

MustagheesButt commented 1 year ago

Just in time. I had just recently deployed my app to production, and don't have direct access to servers. This will help a lot! Thanks a ton @eliasblume