cancel
Showing results for 
Search instead for 
Did you mean: 

Unwanted Redirection to Account Dashboard

Unwanted Redirection to Account Dashboard

Hello,

 

I think it started happening after update from 2.3.3 to 2.3.4:

 

Customers are redirected to their account dashboard after logging in, even though Redirect Customer to Account Dashboard after Logging in is set to NO...

 

Any solutions much appreciated!

 

 

 

5 REPLIES 5

Re: Unwanted Redirection to Account Dashboard

Hello @igrek ,

Please check that your are choosing correct store view.

Screenshot from 2020-03-05 09-06-35.png

If yes, then flush the magento cache by executing following command from your magento root folder.

php bin/magento cache:flush
Please clear your local storage and then check again. Hope this will help you.
If it helps you, please accept it as solution and give kudos.
Regards.

 

Re: Unwanted Redirection to Account Dashboard

Hi @vishi_gulati ,

 

Thank you very much for the instructions, but I've done that all and checked already several times, so I'm really puzzled now... 

Re: Unwanted Redirection to Account Dashboard

@igrek
Try by disabling all third party module. If it works then may be any third party module effecting this.

Re: Unwanted Redirection to Account Dashboard

Thank you again, didn't work though...

Re: Unwanted Redirection to Account Dashboard

Try debugging via xdebug. What I think is happening is there may be some observer calling on the login event.

 

Some quick steps you can try - 

 

1) Try changing theme to luma

2) Try disabling third party modules
3) Add breakpoint and then login
4) Try clearing cache after every step to ensure you are getting correct data.