Radamés Edrey Hernández

Results 2 comments of Radamés Edrey Hernández

Hello you need to change the line **162** in the follow file vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/Facebook.php: `parse_str($responseBody, $data);` To this one: `$data = json_decode($responseBody, true);` This work's for me!!

I had this issue trying to generate a new component, In my case I reviewed my `angular.json` file and I saw that I had 2 projects, so I just ran...