8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Profiler shows only the first call #171

Closed sparrowek closed 6 years ago

sparrowek commented 6 years ago
Q A
Symfony version 3.4.1
Bundle version 7.2.1

Only the first call is shown with request and response textareas. For successive calls only its url is presented. The url seems to be clickable but clicking does nothing.

gregurco commented 6 years ago

@sparrowek please try to execute bin/console assets:install

sparrowek commented 6 years ago

Thanks, it worked. I just wonder why this step was not fired when I have required the module in composer?

gregurco commented 6 years ago

Probably it's something related to last changes in symfony 3.4. I will investigate this problem later. Thank you for reporting :+1: