Hi there, I am hoping someone could shed some light on my idea and whether it’s viable or not.
I am looking to use the App Proxy to make fetch request to a Cloudflare Worker (it’s just what we use internally).
However, setting up an app you will need an App URL and Allowed redirection URL(s).
My issue is I don’t want to use a fully fledged app as i’m offloading all the work to a Cloudflare Worker.
My steps to try and combat this is:
- Create an app using the Remix example
- Deploy the app to Shopify Partner account
- Install on store
- Forget about hosting the app as I’m not using it for anything
- Set up the app proxy
- Make my fetch requests to that proxy
I have tested this and it’s working, I just want to know if there’s any real issue with this?
I tried creating an app from within the Partner Dashboard but still have to add the URLs by the looks of it.
Thank you in advance!
Jack