cfieux

Results 6 comments of cfieux
trafficstars

Actually you don't even need to have a bundle, the base template (*templates/base.html.twig*) using `importmap()` DO NOT WORK when using the PATH_INFO as route : 1. Create a new Symfony...

Is your server configured to serve your files like indicated here https://symfony.com/doc/current/setup/web_server_configuration.html ? If yes, if might explain because the path of the assets (seeing your console output) actually should...

Ok, that does explain. **You may reproduce it using a simple local webserver with no specific configuration (I do it with wamp on Windows).** ![issue](https://github.com/symfony/symfony/assets/150137553/0464aa7a-0f11-43ef-9f36-9a868ecdc3e5) IMHO, the **Symfony\Component\AssetMapper\MapperAwareAssetPackage**'s `$innerPackage` path...

> Hmm on this screenshot we also see that the web debug toolbar does not work either (the last url on the list).. > > Did it work before ?...

From my humble point of view and as I explained previously, the `PackageInterface $innerPackage` of the `Symfony\Component\Asset\PackageInterface\MapperAwareAssetPackage` doesn't seem to be fit for this role as it can only consider...