We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf42295 commit 07a82bdCopy full SHA for 07a82bd
Plugin/App/Request/StorePathInfoValidator.php
@@ -99,6 +99,9 @@ private function resolveByWebUrl(string $uri): string
99
if ($store->getId() && str_starts_with($uri, $store->getBaseUrl(UrlInterface::URL_TYPE_WEB))) {
100
try {
101
$website = $store->getWebsite();
102
+ if($website->getDefaultGroup()->getDefaultStore()->getCode() === $store->getCode()){
103
+ return $store->getCode();
104
+ }
105
if ($website->getIsDefault()) {
106
if ($store->isDefault()) {
107
return $store->getCode();
0 commit comments