Simon André

Results 779 comments of Simon André

I've followed those steps and it works for me (i mean the page displays, the assets too). ![Capture d’écran 2023-12-19 à 12 19 19](https://github.com/symfony/symfony/assets/1359581/5089e401-b1fa-4047-b82d-6d3045f287e7) Is there anything else that could...

I made a fresh install and used the symfony cli. The paths of the assets do not exist _physically_, it's the asset dev server (AssetMapperDevServerSubscriber to be precise) that listen...

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 ?

So it means the assets would have index.php/ in their path ? How would that work in prod environment ?

> Indeed but the file is actually found (going to the URL **does** serve the file), not sure why it states that it isn't but as you can see on...

It's is the expected behaviour today. You may want to use #[PostMount] hooks for resetting your other values, or dispatching an event manually on changes

PostMount + PostHydrate yes sorry. See in [LiveMemoryTimer](https://github.com/symfony/ux/blob/2562a6c3c7542dd85a59e6d84201dd44d0e6e759/ux.symfony.com/src/LiveMemory/Component/Timer.php#L54-L55C19): Not 100% related to your need, but may want to take a look at the [demo](https://ux.symfony.com/demos/live-memory/) i made, they are [some little...

Or you may intercept the hydration but using [hydrateWith](https://symfony.com/bundles/ux-live-component/current/index.html#hydrating-with-methods-hydratewith-dehydratewith)

Could you create the smallest minimal reproducer and i'll try to find you alternatives ? As this is something i needed too in some places, i'm thinking we should find...