-
Notifications
You must be signed in to change notification settings - Fork 358
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
"Unexpected error encountered" loading dashboard for some users #8908
Comments
If I recall, the widget references are in a serialized column under the dashboard (not the best but it is what it is). @jeffibm do you recall where those lived exactly. |
The widgets are stored in MiqWidgetSet.
|
@jeffibm Can you take a look at this one or assign to someone? |
@jbarson47 Which version? |
@Fryguy We are running Najdorf 1.3. |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
is there an environment where we can test/reproduce this issue? |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
1 similar comment
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Hi there - we're seeing an odd issue when attempting to edit a dashboard, and some users report seeing this issue on login as well when loading up the dashboard, resulting in an "Unexpected error encountered" screen displaying the following message:
Validation failed: MiqWidgetSet: Set data Unable to find widget ids: 23, 25 [dashboard/show]
from production.log:
[----] I, [2023-08-29T06:22:43.125452 #1737390:131f0] INFO -- production: Started GET "/dashboard/show" for 127.0.0.1 at 2023-08-29 06:22:43 +0000
[----] I, [2023-08-29T06:22:43.129525 #1737390:131f0] INFO -- production: Processing by DashboardController#show as HTML
[----] F, [2023-08-29T06:22:43.171369 #1737390:131f0] FATAL -- production: Error caught: [ActiveRecord::RecordInvalid] Validation failed: MiqWidgetSet: Set data Unable to find widget ids: 23, 25
However, we confirmed that no miq_widget_set exists in the VMDB with miq_widget 23 or 25 in their miq_widgets, so we're having some trouble identifying what's referring to these widgets. Is there another way to determine what could be referencing the widget in the validation errors?
The text was updated successfully, but these errors were encountered: