Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Internal Shopify Error

Internal Shopify Error

Wizybot
Shopify Partner
1 0 0

Hello there!

We have an app that needs to sync all merchant products to a DB, so far the process has been more or less stabilized after a few adjustments, never the less since 2 days ago we started having errors stating: 

 

Error: Shopify internal error:
"Internal Server Error"

If you report this error, please include this id: ea8979c3-0c76-494d-9f52-8fe303f4a197

 

The error is jumping doing this call to the Shopify Admin Api:

 

await this.shopifyApiService.shopifyApi.rest.Product.all({
...pageInfo?.nextPage?.query,
session: session,
limit: 30,
});

 

More ids for the same error would be: 

ea8979c3-0c76-494d-9f52-8fe303f4a197
5ed0c93c-42b5-49d4-aaf1-e2dc833edad0
 
58a1b89a-2659-4966-8773-23648fe17e2f
1a4bb9c8-44ec-4765-a04a-9615d4b7d312
11d88f5f-e225-4248-9feb-a9a160f4e20b
 
We would really like to know what is happening, is completely a random behaviour from shopify API.
Replies 0 (0)