Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL Error - Could Not Resolve Host: YOUR_STORE_URL on Live Server (Multi-Store Integration) #116

Open
amirtrust opened this issue Oct 25, 2024 · 1 comment

Comments

@amirtrust
Copy link

I'm using the codexshaper/laravel-woocommerce package to integrate multiple WooCommerce stores with my Laravel application. It works perfectly on my local server, but on the live server, I get the following error when trying to connect:

cURL Error: Could not resolve host: YOUR_STORE_URL

Steps to Reproduce:

  1. Configure multiple WooCommerce store settings in store table with unique values for WOOCOMMERCE_STORE_URL,
    WOOCOMMERCE_CONSUMER_KEY, and WOOCOMMERCE_CONSUMER_SECRET for each store.
  2. Attempt to sync or fetch data for each store using the package.
  3. Observe the error occurring on the live server for each store.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@amirtrust and others