laravel guzzlehttp - Server Exception in RequestException.php
问题 I am getting ServerException in RequestException.php line 107 when I make POST request to my API. I get following error - Server error: POST http://10.10.1.40:3000/auth/register resulted in a 500 Internal Server Error response: {"statusCode":500,"errorMessage":"[object Object]"} . I tried sending post request from REST Client and it works. Following is the trace in RequestException.php line 107 at RequestException::create(object(Request), object(Response)) in Middleware.php line 65 at