In my embedded shopify remix app I have a resource route like you would have in a regular remix app, its an action that returns data. On another route I have a loader, from which I’m trying to fetch the data from the resource route. However this fails with a 410 error code. If I try querying the resource route using a useFetcher it works as expected. But I need the data in the loader. Any ideas on why this isnt working and what I might need to change?
I dont think this is an app-bridge issue, I just didnt know which topic to choose.