Live server error - Access denied for user 'root'@'localhost'

Im new here, my live server gives the following error after login successful: Error
An internal error has occurred while processing your request.Localhost logs in and i can access the DB tables no problem.Please help.

You may enable Debug to check the error message in more detail.

Just change this following code from the generated src/config.php file:“DEBUG” => false, // Enabledto:“DEBUG” => true, // Enabledand then try again.

https://discourse.hkvstore.com/t/enable-debug/6303/1

Thanks guys much appreciated. Error shows the following:project_22_1x/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php(101): An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user ‘root’@‘localhost’ (using password: YES)

It seems you have not adjusted the database connection setting for your production server from src/config_development.php or src/config_production.php file, yet.

Thanks. Its working now!!! :smiley: