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
apiError.value='401 Unauthorized access returned by GitHub API - check if your token in the .env (for local runs). Check PAT token and GitHub permissions.';
150
150
break;
151
151
case404:
152
-
apiError.value=`404 Not Found - is the ${config.public.scope||''} org:'${config.public.githubOrg||''} ent:'${config.public.githubEnt||''}' team:'${config.public.githubTeam}' correct? ${error.message}`;
152
+
apiError.value=`404 Not Found - is the ${config.public.scope||''} org:"${config.public.githubOrg||''}" ent:"${config.public.githubEnt||''}" team:"${config.public.githubTeam}" correct? ${error.message}`;
153
153
break;
154
154
case500:
155
155
apiError.value=`500 Internal Server Error - most likely a bug in the app. Error: ${error.message}`;
0 commit comments