I changed the configuration of the application and deployed the new code to production server. Since the application does not parse the configuration files and use precompiled c
You missed env parameter: app/console cache:clear --env=prod --no-debug
env
app/console cache:clear --env=prod --no-debug