Closed
Description
Symfony version(s) affected
6.4.0-BETA1
Description
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.
Reproducer: https://github.com/7ochem/symfony-issue-52271
Possible Solution
No response
Additional Context
No response