Closed
Description
Preconditions (*)
- Magento 2.4.2 | Magento 2.4.2-p1
- Sample data on both installed
- Make sure site is set to developer mode
- Make sure magento/module-login-as-customer-admin-ui is enabled
- Set Store -> Configuration -> Customers -> Login as Customer -> Store View To Login To to "Manual Selection"
- or
bin/magento
config:set login_as_customer/general/store_view_manual_choice_enabled 1`
Steps to reproduce (*)
- Go to Customers -> All customers
- click Add New Customer
Expected result (*)
Actual result (*)
- Exception is thrown with message
Exception #0 (Magento\Framework\Exception\LocalizedException): Unable to get Customer ID.
2.
Additional Information:
- Enable developer mode from terminal: >
rm -rf generated/metadata/* generated/code/*
bin/magento deploy:mode:set developer
- reindex and clear cache
- enabled Login as Customer with default values selected."Store view to login to : Auto Detection"
- Run from terminal:
php bin/magento config:set login_as_customer/general/store_view_manual_choice_enabled 1
- Clear cache.
- Go to Customers - All Customers - Add new Customer
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- 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”.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done