I am developing a Laravel application using Laravel Breeze for authentication. When I try to access the login or register pages, I encounter an HTTP 500 error. Here are the details of the error from the log files:
Error: [2] htmlspecialchars(): Charset "UTF-8;" is not supported, assuming UTF-8 Error on line 191 in file /home/myhost/public_html/mywebsite.com/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php
Steps I have taken:
In the .nev file i added:
APP_CHARSET=UTF-8
but still geeting the error, any thoughts?