You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using "@k-phoen/backstage-plugin-opsgenie": "^0.5.9", of the Opsgenie plugin but get the following error when clicking on the Incidents or Analytics tabs for the plugin:
Failed to load resource: the server responded with a status of 422 (Unprocessable Entity)
During the request for the Incidents tab, this line will go through the logs at a fast clip before receiving the 422 error:
[1] 2022-03-28T15:25:35.786Z backstage info Method: GET, Path: /api/proxy/opsgenie/api/v1/incidents req=[object Object]
Further troubleshooting appears that the plugin is trying to return over 108,000 items and we see this being returned in our logs:
{“message”:“Sum of offset and limit should be lower than 20000",“took”:0.002,“requestId”:“<REDACTED>”}
If this is indeed the issue, is there a way to only return a subset of this data or limit to only a day or 2 of data?
Any assistance is appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
I am using
"@k-phoen/backstage-plugin-opsgenie": "^0.5.9",
of the Opsgenie plugin but get the following error when clicking on the Incidents or Analytics tabs for the plugin:During the request for the Incidents tab, this line will go through the logs at a fast clip before receiving the 422 error:
Further troubleshooting appears that the plugin is trying to return over 108,000 items and we see this being returned in our logs:
If this is indeed the issue, is there a way to only return a subset of this data or limit to only a day or 2 of data?
Any assistance is appreciated. Thanks.
The text was updated successfully, but these errors were encountered: