-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiler error #40
Comments
Hi @D3strukt0r, check the migration v7 guide. you have to update the recipe and make updates manually. |
ah thanks, sorry didn't see that, i'll close if it worked |
Ok worked, thanks :) but shouldn't that change for the routes/pentatrion_vite.yaml be in the recipes? @lhapaipai |
the update is in the recipe but indeed. you are in a case where it did not update you. check the pr : symfony/recipes-contrib#1652 I had created a temporary version 6.5 just long enough for the pr of the symfony recipe to be accepted so that the recipe would already be merged on the day of v7 (that was the original intention). But as a result, it took me longer to release v7, people migrated to v6.5 and although the |
Thanks for the thread, I faced the same issue today. Can this issue be pinned for a while so that people like me migrating and wondering could find this more easily ? (I know it's in the migration docs, but it can sometimes be easier to find on the issues page). |
vite-plugin-symfony version
7.0.3
vite-bundle version
7.0.3
your OS, node version, Symfony version, PHP version
Debian Docker Container, Node 18.20.4, Symfony 6.4.10, PHP 8.3.10
Description
I just tried to upgrade from 6.5.0 to 7.0.3 without changing any other config, and now the profiler bar won't load.
When I check the URL where the 500 happened (https://project.test/_wdt/101c50), I get the error "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "_profiler_vite" as such route does not exist.")."
The profiler URL still works though (https://project.test/_profiler/a9a6f9?panel=pentatrion_vite.vite_collector&type=request)
How to reproduce
Dunno, I just updated. Maybe because we are still using Symfony 6.4 for this project?
Possible Solution
No response
The text was updated successfully, but these errors were encountered: