I have a Symfony v6.4 app which is running well on my VPS, but the only problem I have is when I submit the contact form. The contact page crashes and then it displays a 500 server error page.
When the contact form is submitted, the data from the contact form reaches de database(MariaDB), the...