Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I encountered the error below.
[GraphQL error]: Message: Internal error. Looks like something went wrong on our end.
Request ID: 42c634ef-798a-4734-b6d4-ee23d5c3b12c (include this in support requests)., Location: undefined, Path: undefined
This error happens when I get subscription-url using code below.
export function RECURRING_CREATE(url) {
return gql`
mutation {
appSubscriptionCreate(
name: "normal plan"
returnUrl: "${url}"
test: true
lineItems: [
{
plan: {
appUsagePricingDetails: {
cappedAmount: { amount: 10, currencyCode: USD }
terms: "追加料金はかかりません"
}
}
}
{
plan: {
appRecurringPricingDetails: {
price: { amount: 10, currencyCode: USD }
}
}
}
]
) {
userErrors {
field
message
}
confirmationUrl
appSubscription {
id
status
}
}
}`;
}
Could you give me some advices, Thanks.
Hi! I'm using this query to fetch products based on the product type such as product_type:pret. In some cases, I'm using OR condition as well where the query becomes product_type:pret OR product_type:formal. With some filters, it's returning the exact result but for some, it randomly returns Error: Internal error. Looks like something went wrong on our end. Like it may be working fine for a query one day and will start displaying the error on that same query the next day. Does anyone have any idea what might I be doing wrong or how can I resolve this issue.
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By