Fix #39770 The store that was requested wasn't found #39773
+7
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back 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 (*)