diff --git a/src/lib/getCrumb.ts b/src/lib/getCrumb.ts index f1f1e702..66e7f591 100644 --- a/src/lib/getCrumb.ts +++ b/src/lib/getCrumb.ts @@ -223,9 +223,15 @@ export async function _getCrumb( ); } } else { - throw new Error( - "Unsupported redirect to " + location + ", please report." + console.error( + "We expected a redirect to guce.yahoo.com, but got " + location ); + console.error( + "We'll try to continue anyway - you can safely ignore this if the request succeeds" + ); + // throw new Error( + // "Unsupported redirect to " + location + ", please report."); + // ) } }