Hi there. We use node.js(express.js), ejs templating, turbolinks (v.5.2.0), and App Bridge to create our app. For example I have `/app/one` and `/app/two` pages. When I try to redirect fro...
Jan 8, 2021
Hi there. We use node.js(express.js), ejs templating and turbolinks to create our app. We implemented session token-based authorization based on an algorithm that Shopify recommends https:/...
No content to show
User Activity
Hi Liam. Yes, the issue was fixed. Thanks.
Hi there. We are suddenly not getting the customer object on proxy pages and it’s causing a major outage for our app.If we put the {{ customer.tags | json }} into the theme files, we get the customer tags, but if we render our proxy page the customer...
Hi Nabeel, I reduced the interval from 50 seconds to 2 and it works fine. Thanks for the solution.
01-08-2021
Hi there. We use node.js(express.js), ejs templating and turbolinks to create our app. We implemented session token-based authorization based on an algorithm that Shopify recommends https://shopify.dev/tutorials/authenticate-your-app-using-session-to...