diff --git a/site/netlify/functions/error-reporting.ts b/site/netlify/functions/error-reporting.ts index 8b63eacd16f..ba179f8f1ff 100755 --- a/site/netlify/functions/error-reporting.ts +++ b/site/netlify/functions/error-reporting.ts @@ -11,6 +11,10 @@ const USER_INPUT_ERROR_MESSAGE_PATTERNS: string[] = [ 'When resolving config file', 'NETLIFY_AUTH_TOKEN is not set', 'Project not found. Please rerun', + 'Not authorized to view the currently linked project', + 'could not retrieve project', + "You don't appear to be in a folder that is linked to a project", + 'EADDRINUSE: address already in use', ] const isUserInputError = (message: unknown): boolean =>