Android: Queue workers cause cURL error - should default to empty array #728
Uzeyir9695
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Android whenever I made axios call to any route, it was throwing the following error:
DEBUG: Request handling error: cURL error 7: Failed to connect to localhost port 4000 after 2 ms: Couldn't connect to server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://localhost:4000/api/child-process/start-phpSo, I resolved it by adding
'queue_workers' => []in anativephp.phpconfig file.It would be better to be set it by default in config to avoid others to struggle with this issue.
Beta Was this translation helpful? Give feedback.
All reactions