I’m trying to build an app which has a frontend (React app) which is hosted externally. I also have a Shopify app built using REMIX which has app.proxy configured. But I’m not able to make any api calls from the external app to the app proxy on my Shopify app backend. How can I make this work?
Topic summary
Main issue: An externally hosted React frontend cannot reach a Shopify app’s backend via the app proxy in a Remix-based Shopify app. The author reports the app proxy is configured, but API calls from the external app to the proxy are failing.
Ask: Guidance on how to enable/route API requests from the external React app to the Shopify app via the proxy.
Context: Frontend is a separate React app; backend is a Shopify app built with Remix; app proxy is set up. No error details, code snippets, or logs were provided.
Status: No solutions, decisions, or concrete troubleshooting steps shared yet. The question remains open with unresolved connectivity to the app proxy.
2 Likes