Hi, I was checking the tutorial given at https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react At some point they introduce the concept of ACTIVE_SHOPIFY_SHOPS to circumve...
Hi, the <video> tag works fine and perfect on shopify but somehow the <track> tag (if we want to add substitles) seems to be ignored. We tried with .txt, .vtt and .srt files...
Sorry for my beginner questions... I played around with the node Shopify app cli, but was wondering... everytime I restart the app process with "shopify serve", I need to follow the link stated in t...
No content to show
User Activity
I understand I can create endpoints in my app (e.g. with Remix adding routes in app/routes). I watched tons of tutorials and everyone is showing to create those routes and then you can call them with javascript fetch from your shop frontend and thus ...
I know this has been a while but I feel this is an important point. Many people think "Just use an App Proxy and you are safe!" and unfortunately Shopify also communicates it like that a little bit. Unfortunately, this is far from the truth. While an...
In many examples (also the Product review app example), we can see that the app, receiving a request from Shopify through the App Proxy, verfifies it via signature hmac to make sure it comes from Shopify (correct).However, as long as everyone can cal...
As far as I know this is not possible with shopify-cli, which is a huge pain. It basically degrades shopify-cli for small projects with a single shop only and themkit still stays the to-go solution for projects with multiple stores.