-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
I've updated deps of symfony-demo to use symfony 4.4 betas, but forgot to do it for require-dev. Profiler now doesn't work and am getting this
Nov 13 18:55:07 |CRITI| REQUES Uncaught PHP Exception UnexpectedValueException: "The profiler template "@WebProfiler/Collector/http_client.html.twig" for data collector "http_client" does not exist." at /Users/gostrolucky/PhpstormProjects/symfony-demo/vendor/symfony/web-profiler-bundle/Profiler/TemplateManager.php line 89 exception="[object] (UnexpectedValueException(code: 0): The profiler template \"@WebProfiler/Collector/http_client.html.twig\" for data collector \"http_client\" does not exist. at /Users/gostrolucky/PhpstormProjects/symfony-demo/vendor/symfony/web-profiler-bundle/Profiler/TemplateManager.php:89)"
cc @tyx
derrabus, dmaicher and tyxderrabus