Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom sub-path for nestjs module #683

Closed
aakarsh-shekhar opened this issue Feb 6, 2024 · 2 comments
Closed

Custom sub-path for nestjs module #683

aakarsh-shekhar opened this issue Feb 6, 2024 · 2 comments

Comments

@aakarsh-shekhar
Copy link

I would like to add bull-board to easily view status of queues in my nestjs app. So, I tried adding the @bull-board/nestjs module and it works as expected on localhost.

However, the main dev and prod environments of the app are hosted under a sub-path with /<app_name>.

So when I tried accessing the bull dashboard at - https://<url>/<app_name>/queues, it got stuck at loading. It seems like the build fails because bull-board tries to load the static resources to just the https://<url> without the /<app_name> subpath.

I saw this issue here, but it seems out-of-date and only works with the express.js module and not with nestjs. Any help would be appreciated! Thanks

@hyeNative
Copy link

hi how did you manage to solve this?

@salao-na-mao-developer
Copy link

@aakarsh-shekhar how you solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants