Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
331 stars 98 forks source link

Kyon Shopify Laravel "cURL error 28: Operation timed out after 10043 milliseconds with 0 bytes received (see https:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html) for https:\/\/*******.com\/admin\/api\/2024-01\/products.json" #273

Closed slashcartshop closed 4 months ago

slashcartshop commented 4 months ago

"cURL error 28: Operation timed out after 10043 milliseconds with 0 bytes received (see https:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html) for https:\/\/***.com\/admin\/api\/2024-01\/products.json" Kyon Shopify Laravel

Kyon147 commented 4 months ago

Please format your issue correctly and supply more information about your issue.

Will re-open once this is done.

slashcartshop commented 3 months ago

@Kyon147 Thanks for response

Actually it was not library issue. It was because http request was taking time and the http request time out was short in laravel so i increased time out so its fixed.

Thanks

koraysari commented 2 months ago

@slashcartshop I'm facing the same issue. Can you explain how you solved it?