-
Notifications
You must be signed in to change notification settings - Fork 800
Dashboard 'Technology Issue Scores' and 'High Score Items' not loading #1150
Comments
@Martin-Who You will need to provide the logs from the API server for us to debug. |
I installed the SM as production, two UI servers under ALB, one scheduler server, and two workers servers. where I can find the API logs ? |
Hi. I am also facing the same problem. Every menu inside the SM UI works great, but the 'Technology Issue Scores' and 'High Score Items' dashboards does not. When the UI requests the API:
It receives an HTTP 500 error with the following message:
The error that is throw in the logs is:
Apparently this is the main error:
|
Hi again.
Looking for the query it is possible to identify that this join is made three times in the query (lines 228, 232 and 251):
I have commented out lines 232 and 251 and kept line 228, then restarted SM and the two dashboards loaded normally. Could someone, please, review this to see if it will not break any other functionality in SM? |
Thanks, works |
Please submit a PR with the fix, and I will merge it in. |
Merged in #1153 . Please test that things are working now. |
Will test and let you know. Thanks for your time. |
Hi @mikegrima, just to let you know, it is working for me. |
Does anybody have any ideas why I get this error in the dashboard view?
Everything else is working perfectly.
main.dart.js:40376 GET https://URL/api/1/items?accounts=PD-AWS-Live&accounttypes=&active=true&count=1000000000&names=&page=1®ions=&summary=true&technologies= 500 (INTERNAL SERVER ERROR)
main.dart.js:43764 HTTP 500: {"message": "Internal Server Error"}
STACKTRACE:
null
The text was updated successfully, but these errors were encountered: