-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Fix #39770 The store that was requested wasn't found #39773
base: 2.4-develop
Are you sure you want to change the base?
Conversation
Fix case: Magento\Store\Model\StoreRepository->get($code = 'graphql')
Hi @coresh. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
Hello @coresh |
@magento run all tests |
Failed to run the builds. Please try to re-run them later. |
Fix the case - when $storeCode === Area::AREA_GRAPHQL
The issue provided by the request:
The above request is part of the magento pwa-studio requests.
The request executing e.g. during opening the home page.
Affected to the Case:
Store::XML_PATH_STORE_IN_URL
Core config data value for the path: 'web/url/use_store' === 1
Description (*)
The fix appended additional verification for the case:
$storeCode === Area::AREA_GRAPHQL
To the method:
Related Commit:
Merge branch 'ACP2E-3447' into PR-11-14-2024
Fixed Issue
Manual testing scenarios (*)
Questions or comments
But, the second part the issue related to the "infinite loop" still exists.
Contribution checklist (*)