diff --git a/utils/fetch.ts b/utils/fetch.ts index bacc59122..a8746afec 100644 --- a/utils/fetch.ts +++ b/utils/fetch.ts @@ -47,6 +47,7 @@ export const fetchSafe = async ( if (isManual && isRedirect) { return response; } + console.error(input) throw new HttpError(response.status, `${await response.text()}`); }; export const fetchAPI = async (