Closed bobsawyer closed 9 years ago
I am trying to build my first app with the app-skeleton, and am getting the following error:
phpish\shopify\CurlException: [6] Couldn't resolve host 'SHOPIFY_SHOP' in [redacted-path-to-php-file] on line 15 Array ( [method] => GET [uri] => https://[redacted]:SHOPIFY_APP_PASSWORD@SHOPIFY_SHOP/admin/orders.json?fulfillment_status=unshipped [query] => [headers] => Array ( [content-type] => application/json; charset=utf-8 ) [payload] => ) Array ( )
Which doesn't make sense to me as I'm trying to install via Shopify and I'm entering the store URL (storename.shopify.com) into the install page.
Any ideas what might be happening?
Disregard. Figured it out.
I am trying to build my first app with the app-skeleton, and am getting the following error:
Which doesn't make sense to me as I'm trying to install via Shopify and I'm entering the store URL (storename.shopify.com) into the install page.
Any ideas what might be happening?