Hi, I am working on a sandbox store on my remix app and everything works fine while I am developing locally, but I cannot open my checkout editor if I install the hosted app instead of the local one. I was looking in the network tab to see any type of error and found this during a request to https://admin.shopify.com/api/shopify/liquidrevolution?operation=AvailableAppsQuery&type=query:
{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: c96c1260-361b-425c-9398-57b42bde5fc8-1750258465 (include this in support requests).",
"extensions": {
"requestId": "c96c1260-361b-425c-9398-57b42bde5fc8-1750258465",
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": null
}
Once I uninstall the hosted app, the editor goes back to working.
I’ve personally never had this happen, any ideas?