Hi Shopify team — we’re experiencing the same issue.
When we sign in to our Partner account, we don’t see any of our apps in the UI (the apps list is empty), even though there should be several.
However, in Chrome DevTools → Network, we can see the request that returns the apps list successfully — the response includes our apps (example snippet below), but nothing is rendered in the UI:
{
"cursor": "1",
"node": {
"id": "257000341505",
"title": "Sales Booster (DEV)",
"appType": "undecided",
"currentState": null,
"appSubmissionStatus": null,
"apiHealth": {
"breakingState": "ok",
"lastCallAt": null,
"migrationDeadline": null,
"__typename": "ApiHealth"
},
"currentInstalls": 7,
"overallRating": null,
"published": null,
"developedByPartner": false,
"totalEarningsAllTime": {
"amount": "0.0",
"currencyCode": "USD",
"__typename": "Money"
},
"webhookMetrics": {
"summary": {
"subscriptionFailurePercentage": null,
"numberOfRemovedSubscriptions": null,
"__typename": "WebhookMetricsSummary"
},
"__typename": "WebhookMetrics"
},
"appRequiredChanges": null,
"__typename": "App"
},
"__typename": "AppEdge"
}
Also, when opening https://dev.shopify.com/dashboard/ we get a 500 error.
X-Request-ID: 7e085ed4-136f-4357-8c15-7e7952d06aea-1771242469
We also suspect this is related to another problem we’re seeing: we can’t install one of our apps on our store, and the installation flow returns an internal server error:
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: 19cb14b0-d49c-4541-830d-f5872ce31eae-1770995844 (include this in support requests).",
"extensions": {
"requestId": "19cb14b0-d49c-4541-830d-f5872ce31eae-1770995844",
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": null
}
Could you please help investigate this account/org-level issue? Thank you!