I have created a controller_action_predispatch observer that login user via query string in url. I implemented the logic from magento default module-customer/Controller/Account/LoginPost.php. I am having 2 issue here. 1) After login, it does not redirect to dashboard page. 2) The header bar does not have login/sign up after successful sign in. But then customer dataRead more