No content to show
User Activity
Hi, Is there a way we can add app embed blocks on Thank you page?I remember same was working sometime back but, its not working now. Whats the correct way to do it on Thank you page without using script tags
03-19-2023
@zaack93 : I figured out a way. In shopify.js I changed my session storage to Postgres from sql lite and then once I installed offline token was present in table shopify sessions. table creation and everything is already part of shopify library so on...
Hi, I created an app using npm init @Shopify/app@latest and it is working fine. But as I have a requirement to call Shopify API's from backend I need to get the offline access token in order to run background tasks. I am following steps mentioned in ...