shopify-app-template-node
                                
                                
                                
                                    shopify-app-template-node copied to clipboard
                            
                            
                            
                        # Issue summary Incorrect return type from `userLoggedInFetch` provided in example app when using Typescript. ## Code in example _app.js ``` function userLoggedInFetch(app) { const fetchFunction = authenticatedFetch(app); return async...
# Issue summary Using the exact `redis-session-storage.ts` example in the tutorial. I am trying to use `Shopify.Utils.loadCurrentSession` in my NextJS page's `getServerSideProps`, but it is always undefined. ## Expected behavior...
https://www.youtube.com/watch?v=Vq0aWTaJDAY Reduce the risk of your embedded app failing due to 3rd party cookie browser restrictions by switching to session token-based authentication and stop relying on cookies to verify identity....
# Issue summary It is not possible to follow Next.js documentation for creating API routes in your pages/api directory. It's caused by the default setup and documentation how koa-shopify-auth is...
### WHY are these changes introduced? Working on https://github.com/Shopify/first-party-library-planning/issues/458 ### WHAT is this pull request doing? This PR adds two new labels "Stale" and "Waiting for Response". Stale will be...
Bumps [@shopify/shopify-api](https://github.com/Shopify/shopify-api-node) from 3.0.1 to 5.1.0. Changelog Sourced from @shopify/shopify-api's changelog. [5.1.0] - 2022-09-19 Increased tolerance for expired JWT session tokens from 5s to 10s #462 Add support for billing...
Bumps [@shopify/shopify-api](https://github.com/Shopify/shopify-api-node) from 3.0.1 to 5.1.0. Changelog Sourced from @shopify/shopify-api's changelog. [5.1.0] - 2022-09-19 Increased tolerance for expired JWT session tokens from 5s to 10s #462 Add support for billing...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.8 to 3.1.3. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
# Issue summary Shopify documentation and social media promotes the ease of use gained from using Shopify assets such as shopify-template-node to speed development, along with new improvements to polaris...
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.10.5 to 0.23.4. Release notes Sourced from vitest's releases. v0.23.4 🚀 Features Give helpful message, when using vi.mock - by @sheremet-va in vitest-dev/vitest#2047 benchmark: Only mode - ...