You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Console][WebProfiler] Combination of Console 6.4.0 and WebProfiler 6.3.x results in `profiler template "@WebProfiler/Collector/command.html.twig" does not exist #52271
I updated all my Composer packages to 6.4.0-BETA1 version, but forgot to update my dev dependencies. These were still on 6.3.*. Now the web debug toolbar is showing "An error occurred while loading the web debug toolbar. Open the web profiler." and the web profiler is showing the error:
\UnexpectedValueException
The profiler template "@WebProfiler/Collector/command.html.twig" for data collector "command" does not exist.
in vendor/symfony/web-profiler-bundle/Profiler/TemplateManager.php (line 80)
How to reproduce
Start a new Symfony project on 6.4.x. Change the web profiler bundle requirement into "symfony/web-profiler-bundle": "6.3.*". Open a page.