Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I encountered the following error.
[GraphQL error]: Message: Internal error. Looks like something went wrong on our end.
Request ID: 01059f82-3b27-4231-9842-a2ed1d7086d3 (include this in support requests)., Location: undefined, Path: undefined
InternalServerError: GraphQL error: Internal error. Looks like something went wrong on our end.
Request ID: 01059f82-3b27-4231-9842-a2ed1d7086d3 (include this in support requests).
at Object.throw (/Users/noharamasato/Desktop/react/orion-web2/node_modules/koa/lib/context.js:97:11)
at /Users/noharamasato/Desktop/react/orion-web2/node_modules/@shopify/koa-shopify-auth/dist/src/auth/index.js:102:42
at step (/Users/noharamasato/Desktop/react/orion-web2/node_modules/tslib/tslib.js:133:27)
at Object.throw (/Users/noharamasato/Desktop/react/orion-web2/node_modules/tslib/tslib.js:114:57)
at rejected (/Users/noharamasato/Desktop/react/orion-web2/node_modules/tslib/tslib.js:105:69)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
I used GraphQL query below.
export function RECURRING_CREATE(url) {
return gql`
mutation {
appSubscriptionCreate(
lineItems: {
plan: {
appRecurringPricingDetails: {
price: { amount: 10, currencyCode: USD }
}
}
},
name: "test plan",
returnUrl: "${url}",
test: true,
trialDays: 30
) {
userErrors {
field
message
}
confirmationUrl
appSubscription {
id
}
}
}`;
}
I need some helps, Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
This is an accepted solution.
This thread helped me, thanks.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024