Kiran Upadhya

Results 4 issues of Kiran Upadhya

I have a for loop, which inserts data into the 2 different tables. How can I use ants in this case. ```go for _, row := range rows { user...

help wanted
question

For my given website after the ```colly.Visit``` function, the ```colly.OnError``` shows **Get "{website}": EOF**. When I check the `StatusCode` it shows `0` **Why?**. Is I'm missing anything? Note: the URL...

question

After the completion of auth/callback, how do I redirect to my app page?. I have named my app as **newapp** and this the full URL for the app: https://teststore.myshopify.com/admin/apps/newapp-174 ```js...

# Issue summary I'm trying to build an app by using Redis CustomSessionStorage. I have referred to the below docs and implemented the same https://github.com/Shopify/shopify-node-api/blob/main/docs/usage/customsessions.md#example-usage it works fine with MemorySessionStorage,...