Open
Description
Preconditions (*)
- Magento 2.4.x
- Create 2 stores view
Steps to reproduce (*)
- Try to switch Stores from Frontend or you could call it language switcher user interface not admin side.
- In specific condition the response time of the site could be more than 5s on load(API on load, or slow connection)
Expected result (*)
- Target store could be switched and no error found
Actual result (*)
- Target store is switched but found
The requested store cannot be found. Please check the request and try again.
- Just wonder why https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Store/Model/StoreSwitcher/HashGenerator.php#L109 the condition
time() - $timeStamp <= 5
exist for what?
- Possible to increase this number to 50 or a configuration as good
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
Ready for Grooming