-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Cannot read properties of undefined (reading 'name') after updating backstage #118
Comments
I think the issue is related to this line: backstage-plugin-opsgenie/src/api.ts Line 184 in 77dbedb
The response from Opsgenie does not include an |
thanks @mattbarlow-sg for your time , so this should be change in plugin side right? or I need to change it somewhere? |
@prasoon-pxc I believe a change needs to happen in this plugin to filter out schedules that don't have an owner team, because of the reference here. When I However, I just started looking at this plugin yesterday, so I might be missing something. |
@mattbarlow-sg thanks!! |
Hi, |
Facing the same issue - is there a solution for the above or a plan to rollout the fix mentioned ? |
I have updated the backstage from
1.7.1
to1.10.1
, after updating the backstage , opsgenie plugin stop working , plugin with components page is still working i.e I am able to show alert or "who-is-on-call" on specific component page but standalone page for this plugin is giving error.PF
I have checked and found that opsgenie plugin gets updated from
0.6.1
to0.6.4
yarn backstage-cli info
The text was updated successfully, but these errors were encountered: