You cannot run these commands because there is something trying to access the database in one of the service providers of the constructor of a console command
i had the same problem, SQLSTATE[HY000] [1045] Access denied for user 'u1665224_ferdian1'@'localhost' (using password: YES) (SQL: select active_template from general_settings limit 1)
is there any other way without clear cache
i have a same problem. but i not found a solution for this. i think problem in the AppServiceProvider. i had a query i used in the boot function. I think this was trying to executed before env file loaded. any solution for help me?