Hi guys,
I recently migrated my app from using the shopifyProductImages model (which is deprecated) to the productMedia and shopifyFile models instead.
About a week before migrating, I deployed the app with these models enabled so the scheduled Shopify sync could take care of syncing all the data from the stores before I started to actually use them. To my surprise, after I launched the new version I noticed that many stores didn't have all the data synced.
My guess is that the globalShopifySync action is not doing its job correctly. I've checked the docs and I'm still confused about what might have gone wrong there - I've ran the action manually and it seems to be working, however I'm having some errors like the one in the attached image.
Any ideas?