No content to show
User Activity
06-30-2022
Headless shops will only be able to use apps that offer an API
05-24-2022
Check out the CartBloom app, this is exactly what it does! https://apps.shopify.com/cartbloom
I’m not sure if this is the issue, but I don’t believe you should be manually creating the auth url. Try the below method -const authRoute = await Shopify.Auth.beginAuth(req, res, shop, "/auth/callback", isOnline); It also looks like you constructed ...
How long are you waiting after uninstalling? I’ve noticed sometimes there is a lag, but eventually they disappear. Give it 10 minutes and check
I’m creating an embedded app that uses app blocks. I’m launching with a single paid plan, and I noticed an issue once a merchant installs the app and clicks "cancel" on the page where they are asked to accept the recurring application charge. if they...