-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Bull board is not opening on other environments #224
Comments
Looks like you are passing custom render route. Can you check what is the value inside your HTML of the |
@felixmosh I couldn't find the tag you asked for. I believe it's because I'm still using the 0.9.0 version. But still I don't see why switching from environments makes it not work correctly. |
Ha, do you have any errors in the console / network panel? |
Because it is trying to get the route I described in the issue. I don't understand because I disabled helmet and still wasn't working. |
Can you share your mounting point (in |
|
This looks OK Can you share an online example, I will able to debug it. |
@felixmosh thanks for your help. I updated to version 0.10.0 and it worked. |
I can open and see all the queues at the dev environment but when I'm trying to open it in a staging environment it does not load the app queues. Looking at the browser console I could see that it is trying to access the following route
/admin/undefined/queues/?
but it should be accessing this one/admin/queues/queues/?
. What could possibly be the problem for not being able to see the jobs in another env? I thought it was the helmet middleware but I disabled it and still doesn't work.The text was updated successfully, but these errors were encountered: