I am working on a symfony 2.8 project, I had the project versioned with svn but now we are starting to work with git
When synchronizing my local repository with the cloud, and trying to run it, I get the following error
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "_assetic_c49beaa_0" as such route does not exist.").
Could it be that I need to install some vendor? Or am I missing some configuration?
Any guidance is welcome!
I was able to solve it by running the following commands on the project
And don't forget to clear the cache!!!!