Jeffrey Lin
Jeffrey Lin
Yes, this project is open source. As for the next step of development, we are going to use react native to build our mobile version. Due to the issue of...
Hello, just to confirm, when will we receive the email?
Which email address did you send the email to? I haven't received any email about the payment or the follow-up email.
I am also using the `CustomSessionStorage` to implement my session storage. From the example I found on the internet, they don't specifically implement `findSessionsByShopCallback`. Can you provide an example snippet...
> [Davidkle](/Davidkle) Did you manage to pass the review? I also detected this issue, so I set a flag to block the development store `isTestStore = (shopInfo[0].plan_name == "partner_test" ||...
I suggest to just remove this line `(!isProd || !subscriptions[i].test)`. It's useless because whenever there are no subscriptions, the hasActivePayment will return false. When there is a subscription, just have...
encounter this error `CustomSessionStorage failed to find sessions by shop. Error Details: findSessionsByShopCallback not defined. `while implementing mongodb too. I found that the `findSessionsByShopCallback` is optional in the [](https://github.com/Shopify/shopify-api-node/blob/main/docs/usage/customsessions.md). How...
just don't use CustomSessionStorage.
I follow this instruction and I still couldn't solve it. The issue is a set env variable on Heroku but some how it just cannot be read by the frontend.