-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Is there a way to overwrite the basePath? #131
Comments
The same here. I am using a reverse proxy (Nginx). My app is served under: So the endpoint is: And finally, the bundle is requested here:
I note that req.proxyUrl is undefined here: Could the problem is related to it? |
I got it. Actually, proxyUrl is exactly for customization. You could set it into your req, as suggested here: https://github.com/vcapretz/bull-board/blob/master/CHANGELOG.md#added-2 So, I did it:
|
My bull-board path is defined inside a custom basePath, but when I load the dashboard it fails because it removes my custom basePath
The text was updated successfully, but these errors were encountered: