Replies: 2 comments 2 replies
-
I'd actually like to see your setup. Can you send me screenshots of
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks kinngh, it worked with custom liquid block with your instruction. I just had to put in an extra |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you, Kinngh for creating this amazing repo.
I've followed the example from the youtube video (https://www.youtube.com/watch?v=JZMiVKcdar4&t=174s) on setting up App Proxy. I have my proxy set up exactly like the video that's "https://.myshopify.com/apps/express-proxy/json". If I open the URL on a chrome tab it keeps giving me back a Ngrok 6024 Error. It is basically an error from ngrok to remind you that this is a website served through ngrok.
I also tried to use a fetch GET request with "ngrok-skip-browser-warning" header but the responding to me with a CORS error. I get stuck on the page forever or if I use a fetch request to "https://.myshopify.com/apps/express-proxy/json" it gives me a CORS error.
However, I was able to get the responses from proxy routes when I do a fetch on "http://127.0.0.1:9292//apps/express-proxy/json" in the theme app extension preview page
I want it to work with my theme app extension and to test it through .myshopify.com/apps/express-proxy not https/127.0.0.1:9292/ . I appreciate any kind of help.
Please let me know if you need any specifications or details.
Beta Was this translation helpful? Give feedback.
All reactions