Ben Roberts

Results 103 comments of Ben Roberts

We are still experiencing this issue with Symfony 7.3 and UX 2.23.0. We warm our cache before each deployment, and have APP_SECRET defined.

Our APP_SECRET env var is defined in a `.env` file and NOT in the actual environment. But it is defined. We also build the cache when starting the Docker image,...

``` bin/console debug:config live_component Current configuration for extension with alias "live_component" =============================================================== live_component: secret: '%env(APP_SECRET)%' ``` I am double-checking and in all cases our APP_SECRET environment variable is defined correctly