Environment Variables for my Chatwoot Application are not loading Hello, I am experiencing a critical issue with my Chatwoot deployment. I have configured all the necessary SMTP environment variables through the EasyPanel UI, but the application is unable to send emails. I have verified that the problem is not with the configuration itself, but with EasyPanel failing to pass the variables to the container. Key Evidence of the Problem: The Container Cannot See the Variables: I executed th command env and confirmed that the SMTP_ADDRESS, SMTP_PORT, etc., variables are not present in the container's environment. The Application is Using the Default Configuration: The logs from my chatwoot-sidekiq container show the following error, which indicates that Chatwoot is not seeing my SMTP configuration and is attempting to use a local (sendmail) configuration. -------- sendmail: can't connect to remote host (127.0.0.1): Connection refused -------- Related Deployment Issue: I have also noticed that my service deployments are failing due to a syntax error in a Supabase configuration file that I no longer use. This could be related to the variable injection problem. Could you guys please help me diagnose and resolve why EasyPanel is not loading the environment variables into my containers? Thank you.