Shopify / hydrogen-v1

React-based framework for building dynamic, Shopify-powered custom storefronts.

Home Page:https://shopify.github.io/hydrogen-v1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keys Don't Work

JimLynchCodes opened this issue · comments

commented
storeDomain:
      // @ts-ignore
      Oxygen?.env?.PUBLIC_STORE_DOMAIN || 'hydrogen-preview.myshopify.com',
    storefrontToken:
      // @ts-ignore
      Oxygen?.env?.PUBLIC_STOREFRONT_API_TOKEN ||
      '3b580e70970c4528da70c98e097c2fa0',
    privateStorefrontToken:
      // @ts-ignore
      Oxygen?.env?.PRIVATE_STOREFRONT_API_TOKEN,
    storefrontApiVersion: '2022-07',
    // @ts-ignore
    storefrontId: Oxygen?.env?.PUBLIC_STOREFRONT_ID,

Screen Shot 2022-12-28 at 5 51 36 PM

None of the names match up here. I tried every possible combination of keys... still getting 403 every time... is there some extra step needed to make this garbage app connect to my shopify store when running locally?

Thanks

commented

hello?

commented

scaffolded it again and it worked. 🤷‍♂️