Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer login not working in chrome & Edge browser but proper working in Firefox browser in Magento 2.2.2 #13423

Closed
RahulBhut21 opened this issue Jan 30, 2018 · 5 comments
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed non-issue

Comments

@RahulBhut21
Copy link

RahulBhut21 commented Jan 30, 2018

Customer/Client not login in chrome & Edge browser but proper working in firefox browser
Admin login work in Both Browser Properly Chrome & Firefox But admin login page does not load in Edge Browser
Preconditions
1.Magento 2.2.2 without sample data is installed.
2.WAMP on Windows OS.
3.PHP 7.1.9, MySQL 5.7.
4.Already User is created using firefox browser.
5.No error in Consol as well as Networking Tab.

Steps to reproduce
1.Start WAMP Server.
2.Type URL "localhost/Magento".
3.Click on "Sign In" Link place at right side of home page
4. Redirect to Sign In Page.Enter User Email ID and Password (1st Time)
5. Not Login Replay "* filed is required".
6. 2nd Time login same Replay. Reload Sign In Page
7.Now come captcha as 3rd input filed. Enter login detail with valid captcha code
8.But not login. And "Incorrect CAPTCHA" message dispaly.
9.Same process continues running

Expected result

  1. Customer should log in and display name on right side

Actual result
1.Not Login And stay on Login page
image

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Jan 30, 2018
@RahulBhut21 RahulBhut21 changed the title Customer login not working in chrome browser but proper working in firfox browser Customer login not working in chrome browser but proper working in firfox browser in Magento 2.2.2 Jan 30, 2018
@RahulBhut21 RahulBhut21 changed the title Customer login not working in chrome browser but proper working in firfox browser in Magento 2.2.2 Customer login not working in chrome & Edge browser but proper working in firfox browser in Magento 2.2.2 Jan 30, 2018
@oliverklee oliverklee changed the title Customer login not working in chrome & Edge browser but proper working in firfox browser in Magento 2.2.2 Customer login not working in chrome & Edge browser but proper working in Firefox browser in Magento 2.2.2 Jan 30, 2018
@miguelbalparda
Copy link
Contributor

There are high chances this is caused by the domain you are using (localhost). Can you change it to something valid and report back? localtest.com should do the trick for testing.

@magento-engcom-team
Copy link
Contributor

Hello @RahulBhut21. Thanks for reporting. In addition to what miguelbalparda said You also ought to know that Windows OS is not the one Magento 2 supports (though Magento 1 did it). You can see it in documentation: http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html. So if You can reproduce this issue on Linux, please report it again.

@RahulBhut21
Copy link
Author

@miguelbalparda how I can update url in magento (client url and admin url)

@miguelbalparda
Copy link
Contributor

You should be able to do that from the admin or from the CLI.

@orlangur
Copy link
Contributor

orlangur commented Feb 1, 2018

Hi @RahulBhut21,

Admin login work in Both Browser Properly Chrome & Firefox But admin login page does not load in Edge Browser

This issue is not related to Magento but to the way browsers following (or not) specifications on how cookies should be handled for localhost domain: https://stackoverflow.com/a/1188145

Always use appropriate domain aliases and as mentioned by other participants, WAMP is not a right choice for Magento dev environment even if it works in some cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed non-issue
Projects
None yet
Development

No branches or pull requests

4 participants