sr573 years agoLevel 39ReplyReport Spam@aurorame You can have many causes to request time out and you can have other types of error. You can first try to increase your timeout https://laravel.com/docs/9.x/http-client#timeout or use retry https://laravel.com/docs/9.x/http-client#retries and finally manage the error https://laravel.com/docs/9.x/http-client#error-handling Like Reply
aurorame OP 3 years ago Best Answer Level 2ReplyReport Spamproblem solved by add timeout to request: Http::timeout(60)->withToken... Like Reply 2 likes
Benounnas Oussama3 years agoLevel 3ReplyReport Spamtry may be Http::connectTimeout(60) Like Reply 1 like