Remix app - can't open checkout editor

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?

Update: it seems to have stopped working even with my dev app.

PS: the app is using the public distribution for the app store but still a work in progress