Cédric REGNARD
Cédric REGNARD
you must use two cron expression for this 0 16 4 * * * 0 16 1-7 * fri *
i have a makefile for my deploy and in this file i have : `@php bin/console cache:warmup --env=prod --no-debug` `sls deploy --stage=prod --region=eu-west-1`
👍 **I found the root cause**, it's append when you update Symfony in **Symfony 6.2**
Now have this error on all version 6.*
I found the probleme !!! it's only `APP_DEBUG = true` make this error !!!
May be add more warning on the Bref/Symfony documentation will be enough