swordfox / silverstripe-shopify

Import Shopify products & collections, implements the buy button to create a simple cart and checkout. Webhooks to keep your store synced.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

cURL error 6: Could not resolve host: https (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) #2

Closed Thiyagarajantender closed 2 years ago

Thiyagarajantender commented 2 years ago

cURL error 6: Could not resolve host: https (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

swordfox commented 2 years ago

Hey,

Have you set up your base URI correctly in the config?

shopify_domain: 'YOUR_SHOPIFY_DOMAIN' # mydomain.myshopify.com

Cheers