Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/8e054ce9328ccd0278ab524b906b40411086318b You should set ROOT_URL correctly, otherwise the web may not work correctly.

no log: Fix cache issues

pull/1877/head
LASER-Yi 3 years ago
parent a79c2187de
commit 8e054ce932

@ -30,7 +30,7 @@ export function usePaginationQuery<
>(
queryKey: TQueryKey,
queryFn: RangeQuery<TObject>,
cacheIndividual = false
cacheIndividual = true
): UsePaginationQueryResult<TObject> {
const client = useQueryClient();

Loading…
Cancel
Save