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
this.apiError=`404 Not Found - is the ${this.config?.public?.scope||''} org:"${this.config?.public?.githubOrg||''}" ent:"${this.config?.public?.githubEnt||''}" team:"${this.config?.public?.githubTeam}" correct? ${error.message}`;
219
219
break;
220
220
case422:
221
-
this.apiError=`422 Unprocessable Entity - Is the Copilot Metrics API enabled for the Org/Ent? ${error.message}`;
221
+
this.apiError=`422 Unprocessable Entity - Is the Copilot Metrics API enabled for the Org/Ent? When changing filters, try adjusting the "from" date. ${error.message}`;
222
222
break;
223
223
case500:
224
224
this.apiError=`500 Internal Server Error - most likely a bug in the app. Error: ${error.message}`;
0 commit comments