API_PROVIDER_FETCH_FAILED

Failed to fetch from source

ProviderFetchErrorHTTP 500ApiErrorKind

Thrown from

packages/errors/src/index.ts:672
* throw new ProviderFetchError(response.errors);
View ↗
apps/storefront/src/api/shopify/brand.ts:77
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/collection/api.ts:71
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/collection/api.ts:109
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/collection/pagination.ts:199
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/collection/pagination.ts:298
throw new ProviderFetchError(
View ↗
apps/storefront/src/api/shopify/collection/pagination.ts:308
throw new ProviderFetchError(`"Collections.pageInfo" on shop "${shop.id}"`);
View ↗
apps/storefront/src/api/shopify/product/api.ts:82
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/product/api.ts:172
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/product/api.ts:223
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/product/pagination.ts:223
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/product/pagination.ts:399
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/recommendation.ts:53
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/redirects.ts:72
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/shopify/vendor.ts:68
throw new ProviderFetchError(errors);
View ↗
apps/storefront/src/api/store.ts:152
throw new ProviderFetchError(errors as never);
View ↗
apps/storefront/src/api/store.ts:157
throw new ProviderFetchError(error instanceof Error ? error.message : String(error));
View ↗

On this page