Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I encountered a problem with API access after modifying the structure of my main navigation menu. Here is the error:
──────────────────────────────────────────────────────────────────────
error ──────────────────────────────────────────────────────────────────────
│ In Hydrogen's `storefront.query`: │
│ │
│ Internal error. Looks like something went wrong on our end. │
│ Request ID: f26073b2-9871-4347-b411-5ff4fcdae6ef (include this in support requests). │
│ Request ID: f26073b2-9871-4347-b411-5ff4fcdae6ef
──────────────────────────────────────────────────────────────────────
I have identified the cause of this issue: the attribute 'type' in the query is responsible for the problem (refer to the screenshot). I was attempting to add a new page route (gallery) to my Shopify store, which is a metaObject (as shown in the screenshot). It seems I may not be doing this correctly. Do you have any suggestions on how to resolve this issue?