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!
Hello @igrek ,
Please check that your are choosing correct store view.
If yes, then flush the magento cache by executing following command from your magento root folder.
php bin/magento cache:flush
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...
Thank you again, didn't work though...
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.