-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
Contents of tabs is not updated with polling interval: off #696
Comments
Hi @dmitriy-kudelko, thank you for reporting this issue. I can't reproduce it with the express adapter (probably not related to server adapter at all) Can you debug it? Check what do you get in the console. There is the described behaviour, it refetches the new queue status. Check the network, maybe there is some pending (un resolved requests) |
Hi @felixmosh , Sure I've looked into it and no requests to So not sure what's going on. Videobull-queues-720.mov |
Can u check if there is a setting that disables the refetch (delay: off) |
@felixmosh , oh yeah, there indeed seems to be a bug related to polling... I had |
Can you elaborate? |
polling interval = off, means it stops to poll the server. Thanx, I'll work on it asap |
fixed on |
Hey guys!
Thanks for this great and useful app.
I'd like to report a UI issue which seemingly appeared in one of recent versions. I noticed it while upgrading to
5.14.1
.Although tab headers are displayed properly, the bodies (content) are not. So the UI looks as follows:
Screenshot
Looks like it's something related to routing as refreshing the page fixes the issue. However you need to do it each time you navigate to a different queue in the sidebar.
P.S. I'm using
@bull-board/nestjs
, but I guess it's just a wrapper, so I'm hopefully reporting this in the appropriate repo.The text was updated successfully, but these errors were encountered: