I’m trying to execute:
npx shopify hydrogen env pull
But I’m getting:
The Admin GraphQL API responded unsuccessfully with errors:
│ [
│ {
│ "message": "storefront_not_found",
│ "locations": [
│ {
│ "line": 3,
│ "column": 5
│ }
│ ],
│ "path": [
│ "hydrogenStorefront"
│ ]
│ }
│ ]
When I do a ‘link’ it shows that I’m linked to the proper store.
I do have localhost working. Git is has code, and I have a deployment to a ‘dev’ site. I’m not sure where to declare that storefront value? I feel like I have proper .env on the storefront since the external dev site appears to be working.