I have a Shopify app that uses the Admin API, but recently I’ve been running into a few errors when calling the Admin API. The error message doesn’t show the exact cause, it only returns: “Something went wrong, please try again.”
Has anyone experienced the same issue, or knows what might be causing it and how to fix it? [ { "field": null, "message": "Something went wrong, please try again." } ]
Thank you for your reply. I also suspect it might be related to rate limiting, since only a few of my customers are affected and it happens very rarely. I’ll take a closer look at how we’re calling these Admin APIs and add more thorough checks/handling if needed.