-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Bug]: Dashboard occasionally does not load. Favorite Tasks broken #1012
Comments
Hello @MrOCW! Before we dive into the issue, could you
For the favorite task submit button, it will only be disabled if the task type is Unless you are saying after selecting a previously saved favorite task (save a patrol task as favorite, and click on the saved task on the left, which fills out the form), and the submit button is greyed out.
|
Hi @aaronchongth,
yes. api server and dashboard is running on docker
the screen is just white forever
it is a Patrol task
|
Can you provide browser logs when this happens?
The culprit is most likely https://github.com/open-rmf/rmf-web/pull/1004/files#diff-678b11fe9f77dceefe5d736a3944e36645c4702dd56ffd499318526da6cf20ceL127, can you set up the dashboard from source and try reverting this line to see if that is the fix? |
|
May I check what browser are you running the dashboard on? |
As for the intermittent connection, my hunch is that it is something related to your browser or setup, while the favorite task issue has been resolved with #1013. |
Before proceeding, is there an existing issue or discussion for this?
OS and version
Ubuntu 24
Open-RMF installation type
Source build
Other Open-RMF installation methods
No response
Open-RMF version or commit hash
1ab38d717283aece61050874b9827d111de66b29 rmf_ros2
ROS distribution
Rolling
ROS installation type
Binaries
Other ROS installation methods
No response
Package or library, if applicable
No response
Description of the bug
Using the dashboard docker image to run. Sometimes the dashboard does not load at all. When it does, favorite tasks' Submit button is greyed out. Manually sending tasks works. The dashboard was stable with commit
89c9d7222811da5cd8711f6f8f02c050e29f72e1
Steps to reproduce the bug
Run dashboard with provided docker image
Expected behavior
No response
Actual behavior
Stable dashboard
Additional information or screenshots
No response
The text was updated successfully, but these errors were encountered: