I’m have trouble with my StoreAccessToken in my app. I’m learning Shopify with a Udemy course and building my first store using ReactJS and the Storfront API. My ShopContext.js is of course housing my createCheckout and fetchCheckout function that are being called in the componentDidMount statement but returning an empty prototype object or null on my checkout state and therefore the id isn’t getting passed in to add an item to the cart so my app breaks. I saw a similar Youtube build and used the AccessToken and Domain from that example and everything in my app worked fine so I didn’t set something up right on my Shopify Partner account. I’m a fairly new developer so please excuse my attempt at trying to explain this issue and thank you for any attempt at helping I appreciate you.

