Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
I'm trying to test our app for billing and am receiving the following error:
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: d2e33897-c0c3-472f-a704-2d8ce417ca59 (include this in support requests).",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "d2e33897-c0c3-472f-a704-2d8ce417ca59"
}
}
]
}
Here the mutation used:
mutation {
appSubscriptionCreate(
name: "Super Duper Capped Pricing Plan"
returnUrl: "http://sellry-sheerid-app.myshopify.com"
test: true
lineItems: [{
plan: {
appUsagePricingDetails: {
terms: "$1 for 100 emails"
cappedAmount: { amount: 20.00, currencyCode: USD }
}
}
}]
){
userErrors {
field
message
}
confirmationUrl
appSubscription {
id
lineItems {
id
plan {
pricingDetails {
__typename
}
}
}
}
}
}
Any help would be appreciated, thanks!
This also happend to me, and need helps. Thanks in advance.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025