Skip to content

Cannot use login as customer in multisites installations if I open the homepage first #39523

Open
@ioweb-gr

Description

@ioweb-gr

Preconditions and environment

  • 2.4.6-p8

Steps to reproduce

Steps to Replicate the Bug in Magento 2:

  1. Set up two websites in Magento 2:

    • Web1: Configure this website under the primary domain. For example, https://primary-domain.com.
    • Web2: Configure this website under a different domain. For example, https://different-domain.com.
  2. Create a customer in Web2:

    • Log in to the admin panel.
    • Navigate to Customers > All Customers.
    • Click Add New Customer and ensure the customer is assigned to Web2.
  3. Test scenario using the same browser session:

    • Open the admin panel (https://primary-domain.com/admin) and log in as an admin.
    • Open a new tab in the same browser session and navigate to the frontend of Web1 (https://primary-domain.com).
  4. Attempt to log in as the customer in Web2 via the backend:

    • In the admin panel, go to Customers > All Customers.
    • Locate the customer created in Web2 and click Login as Customer.
    • Observe the behavior in the frontend of Web1.

Possible Cause:

Magento's session management and customer login mechanisms may conflict due to cross-domain cookies, domain-specific sessions, or scope mismatches between Web1 and Web2.

Expected result

The customer should be logged in successfully in Web2.

Actual result

The customer login fails on the frontend of Web1.

Additional information

No response

Release note

No response

Triage and priority

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
    Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
    Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
    Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
    Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.

Activity

m2-assistant

m2-assistant commented on Jan 6, 2025

@m2-assistant

Hi @ioweb-gr. Thank you for your report.
To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.


Join Magento Community Engineering Slack and ask your questions in #github channel.
⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.

self-assigned this
on Jan 6, 2025
m2-assistant

m2-assistant commented on Jan 6, 2025

@m2-assistant

Hi @engcom-Bravo. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).
    2. Verify that issue has a meaningful description and provides enough information to reproduce the issue.
    3. Add Area: XXXXX label to the ticket, indicating the functional areas it may be related to.
    4. Verify that the issue is reproducible on 2.4-develop branch
    Details- If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
    5. Add label Issue: Confirmed once verification is complete.
    6. Make sure that automatic system confirms that report has been added to the backlog.
engcom-Bravo

engcom-Bravo commented on Jan 16, 2025

@engcom-Bravo
Contributor

Hi @ioweb-gr,

Thanks for your reporting and collaboration.

We have tried to reproduce the issue in Latest 2.4-develop instance and we are not able to reproduce the issue.Kindly refer the screenshots.

Image Image Image

The customer was able to logged in successfully in Web2.

Kindly recheck the issue in Latest 2.4-develop instance and elaborate the steps to reproduce if the issue is still reproducible.

Thanks.

moved this from Ready for Confirmation to Needs Update in Issue Confirmation and Triage Boardon Jan 16, 2025
ioweb-gr

ioweb-gr commented on Jan 16, 2025

@ioweb-gr
ContributorAuthor

I believe the issue is that you're using the same domain for the website. Please use different websites with different root domains , not even subdomains.

e.g.

example.com
example.co.uk

15 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: Admin UIComponent: LoginAsCustomerIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P3May be fixed according to the position in the backlog.Reported on 2.4.6-p8Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branch

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ioweb-gr@engcom-Bravo@github-jira-sync-bot

        Issue actions

          Cannot use login as customer in multisites installations if I open the homepage first · Issue #39523 · magento/magento2