-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Default Store id is not matching the store id from the request path #39356
Comments
Hi @grifx. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @grifx, Thanks for your reporting and collaboration. We have tried to reproduce the issue in Latest 2.4-develop instance and we need more information to proceed further.Could you please elaborate the steps to reproduce and expected and actual results. Thanks. |
Hi @grifx, This issue is being closed since it has not been updated in a long time.Please feel free to reopen or raise a new ticket if the issue still exists. Thanks. |
Preconditions and environment
The default Store Code is not resolved from the request path
E.g: https://magento.test/admin/admin/system_config/edit/key/ed990becfa3389bf0eeccf8ccefc99f7cc2a2da4cc901848f541087d757d8e27/section/main_section/store/2
The store is resolved properly when the query parameter is set:
https://magento.test/admin/admin/system_config/edit/key/ed990becfa3389bf0eeccf8ccefc99f7cc2a2da4cc901848f541087d757d8e27/section/main_section/store/2?___store=2
Steps to reproduce
https://magento.test/admin/admin/system_config/edit/key/ed990becfa3389bf0eeccf8ccefc99f7cc2a2da4cc901848f541087d757d8e27/section/main_section/store/2?___store=2
Expected result
Actual result
Additional information
If this is a bug, it could be in:
The default store value is already incorrect from the cache in:
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: