diff --git a/src/features/manga/hooks/useRefreshManga.ts b/src/features/manga/hooks/useRefreshManga.ts index 9df3f6aa..f7029b04 100644 --- a/src/features/manga/hooks/useRefreshManga.ts +++ b/src/features/manga/hooks/useRefreshManga.ts @@ -30,6 +30,7 @@ export const useRefreshManga = (mangaId: string) => { try { const { error: tmpError } = await requestManager.refreshManga(mangaId, { awaitRefetchQueries: true, + errorPolicy: 'all', }).response; handleError(tmpError);