-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while trying to pull products #1
Comments
Can you console.log the session |
The session is If I change line 9 to have |
In
|
Thanks for that. In the example above, it only ever issues an online token, what will happen when it expires? It will try to load it from the DB, probably won't find one and will fail again. How would it handle the reissuing of new online tokens and provide an offline one for API access? |
Hey guys. Thanks for this boilerplate @redochka - it's awesome and definitely much better than the shopify-cli generated one. 👊 I also have this issue of online and offline sessions. I am building a fully standalone, offline app but would be nice to also be able to deliver content with |
It seems the trick would be to authorise the user twice? |
On a local env, it runs into trouble when it tries to fetch products. It appears that it's not able to get an online session
The text was updated successfully, but these errors were encountered: