-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
If a Shopify query returns a error status, this is what we see:
Because we try to access response when it isn't defined in the case of errors:
website/src/routes/shop/[product]/+page.js
Lines 37 to 39 in ccfce93
throw error(response.status, { | |
message: `Product ${productId} not found`, | |
}) |
Metadata
Metadata
Assignees
Labels
No labels