You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thehttps://<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
The text was updated successfully, but these errors were encountered: