-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
global prefix doesn't work #607
Comments
Had a similar problem, but this was fixed in version 5.5.2 (See this PR) Follow this example here. When he sets the base path of the server adapter here Line 58. Update it with your base path (so if it's 'api' like you wrote above then Or another way is just modify your app.setGlobalPrefix to have a slash in front so |
I just missed an "s" |
@codeweb05 does @Kirkify response solved your issue? |
@codeweb05, does #639 solves your issue? |
this issue is still present for me today. I just set the |
I have some problem( I use @bull-board/nestjs with fastify |
I have the same problem when using nestjs with fastify adapter, global prefix and nestjs bull board module. Can you show me how you fix this ? |
have this same issue when using fastify. my plan is using pnpm patch to modity the package. |
@codeweb05, can you check if #704 solves this issue? |
Hi, I has an issue with exclude
the page: localhost/queues still work but I don't get css, js be cause URL point to path |
It should be handle for exclude case
|
if I set global prefix on the api, the bull board ui doesn't work
app.setGlobalPrefix('api')
The text was updated successfully, but these errors were encountered: