Replies: 2 comments 10 replies
-
It is production ready, as it currently serves, uh, quite a lot of requests every day. 🙂
Nothing expected, though it appears you may have found an edge case.
Yes, generally it's best practice to handle API errors even if you don't expect them. 👍 I've reached out to the Storefront API team to see if they can help diagnose what's going on with those requests. Thanks for including the headers, that helps things immensely! I'll follow up here once I get some answers. |
Beta Was this translation helpful? Give feedback.
-
Hey 👋🏼 Are we able to replicate this? I'd like to see some newer logs to investigate the lifecycle of the request |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am working on building out a Hydrogen storefront. I have deployed a preview of the store into a production environment, connected to a paid Shopify store (on the "Basic" plan) and set up monitoring to regularly interact with the storefront to monitor performance over time.
Unfortunately, I am regularly (i.e: multiple times per day) encountering errors from the Shopify API. I have searched the documentation and GitHub but I've been unable to locate any existing discussion of this issue so I am unsure if this is expected and/or if there is a strategy intended to deal with it (i.e: automatic query retries?).
Example API response:
The query that causes the error:
I have tried with caching enabled, disabled and set to the default. The error is occurring regardless of the caching configuration. Here's a couple of
x-request-id
values in case this is helpful to track down the issue:145583a7-067c-4e2a-ada2-cbaf04389ef8
4b50ea0b-8d10-4768-9f0a-11832b366b01
d6291cdf-95ce-44ea-925c-7ead0a05a7c1
f2ac113f-3d3c-403f-b06a-46d6ba263512
I guess my questions are:
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions