Concrete CMS 9.1 version - facing issue while tried to login as Admin

I created my site in my local with mysql database and imported content in local when tried to login in my local with admin credentials it works fine but after making it live https:/domainname.com/client-folder/login and when hit login button its redirect to https:/domainname.com/client-folder/index.php/login/authenticate/concrete I tried with the wrong credentials as well it also redirect same. what could be root cause of this ?

It is supposed to redirect to that URL and then check your credentials and redirect you to an error message or log you in.

There might be an error Being thrown. Did you check the logs in the dashboard?

Also if I had to bet I’d say you might have a parameter somewhere that’s set for your local installation and should be changed for the live website. Check in the application/config folder

I am not able to login on live redirecting to login authenticate page again.