cfieux
cfieux
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).**  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...
Still an issue in 6.4.9.