diff --git a/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts b/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts index 1c2c7bd3..37d3c870 100644 --- a/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts +++ b/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts @@ -17,6 +17,7 @@ import { ActionError, EngineError, SiteError, + SSLError, TimeoutError, UnsupportedFileError, } from "../../error"; @@ -94,6 +95,7 @@ async function performFireEngineScrape< } else if ( error instanceof EngineError || error instanceof SiteError || + error instanceof SSLError || error instanceof ActionError || error instanceof UnsupportedFileError ) {