Magento 2.3.0 - The store that was requested wasn't foundMagento 2: Requested store is not foundMagento 2 : Requested store is not found when store switchingMagento 2: Plugin class does not existNot able to add/update magento2 category post upgrade from 1.9 to 2.1.0Add configure product in Cart using Magento 2 API facing an issueMagento 2.3 Inject helper into controller object type error?Magento 2.2.6 exception“Area code is not set” in var/logMagento 2.3.0 - Set up multiple websites, stores, and store viewswhen click on place order then paypal showing error in Magento2Error Database Magento 2.3 migration from localhost to servermagento error logs Error log record number: 1173359093956
Where are the "shires" in the UK?
Has the Hulk always been able to talk?
Why do these characters still seem to be the same age after the events of Endgame?
What was the first story to feature the plot "the monsters were human all along"?
Are the Night's Watch still required?
Why would a military not separate its forces into different branches?
Start job from another SQL server instance
Is an HNN extension of a virtually torsion-free group virtually torsion-free?
Out of scope work duties and resignation
Does "Captain Marvel" contain spoilers for "Avengers: Infinity War"?
Where to draw the line between quantum mechanics theory and its interpretation(s)?
SOQL query WHERE filter by specific months
Which US defense organization would respond to an invasion like this?
Expected Waiting Time in a Queue with exponential distribution
Hostile Divisor Numbers
How does the reduce() method work in Java 8?
As a GM, is it bad form to ask for a moment to think when improvising?
Install LibreOffice-Writer Only not LibreOffice whole package
Are sleeping system R-ratings additive?
Is there a word that describes the unjustified use of a more complex word?
How to pass hash as password to ssh server
How to deal with employer who keeps me at work after working hours
Which sphere is fastest?
Is disk brake effectiveness mitigated by tyres losing traction under strong braking?
Magento 2.3.0 - The store that was requested wasn't found
Magento 2: Requested store is not foundMagento 2 : Requested store is not found when store switchingMagento 2: Plugin class does not existNot able to add/update magento2 category post upgrade from 1.9 to 2.1.0Add configure product in Cart using Magento 2 API facing an issueMagento 2.3 Inject helper into controller object type error?Magento 2.2.6 exception“Area code is not set” in var/logMagento 2.3.0 - Set up multiple websites, stores, and store viewswhen click on place order then paypal showing error in Magento2Error Database Magento 2.3 migration from localhost to servermagento error logs Error log record number: 1173359093956
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a multi website | Store | Store View setup on one magento 2.3.0 install, setup using this guide.
For example
- xyz.com
- xyz.com/us
- xyz.com/uk
As of late the main site xyz.com gives the following error, this only happens on the home page, other pages on the main site works fine, example xyz.com/testproduct or xyz.com/testcategory
MagentoFrameworkExceptionNoSuchEntityException: The store that was
requested wasn't found. Verify the store and try again. in
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreRepository.php:75
Stack trace: #0
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreManager.php(168):
MagentoStoreModelStoreRepository->get('') #1
/home/xyz/m230.xyz.com/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php(119):
MagentoStoreModelStoreManager->getStore('') #2
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/Resolver/Store.php(30):
MagentoStoreModelStoreManagerInterfaceProxy->getStore(NULL) #3
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config/ScopeCodeResolver.php(49):
MagentoStoreModelResolverStore->getScope(NULL) #4
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config.php(69):
MagentoFrameworkAppConfigScopeCodeResolver->resolve('stores',
NULL) #5
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(58): MagentoFrameworkAppConfig->getValue('dev/debug/debug...', 'stores',
NULL) #6
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkAppConfigInterceptor->___callParent('getValue',
Array) #7
/home/xyz/m230.xyz.com/app/code/WeltPixel/Quickview/Plugin/ScopeConfig.php(38):
MagentoFrameworkAppConfigInterceptor->MagentoFrameworkInterceptionclosure('dev/debug/debug...',
'store', NULL) #8
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(135): WeltPixelQuickviewPluginScopeConfig->aroundGetValue(Object(MagentoFrameworkAppConfigInterceptor),
Object(Closure), 'dev/debug/debug...', 'store') #9
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(153): MagentoFrameworkAppConfigInterceptor->MagentoFrameworkInterceptionclosure('dev/debug/debug...',
'store') #10
/home/xyz/m230.xyz.com/generated/code/Magento/Framework/App/Config/Interceptor.php(26):
MagentoFrameworkAppConfigInterceptor->___callPlugins('getValue',
Array, NULL) #11
/home/xyz/m230.xyz.com/vendor/magento/module-developer/Model/Logger/Handler/Debug.php(63):
MagentoFrameworkAppConfigInterceptor->getValue('dev/debug/debug...',
'store') #12
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(31):
MagentoDeveloperModelLoggerHandlerDebug->isHandling(Array) #13
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(344):
MonologHandlerAbstractProcessingHandler->handle(Array) #14
/home/xyz/m230.xyz.com/vendor/magento/framework/Logger/Monolog.php(48):
MonologLogger->addRecord(400, 'The store that ...', Array) #15
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(707):
MagentoFrameworkLoggerMonolog->addRecord(400, 'The store that ...',
Array) #16
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Bootstrap.php(263):
MonologLogger->error('The store that ...') #17
/home/xyz/m230.xyz.com/index.php(39):
MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor))
18 main
What is causing this? and how do I fix it? any help is appreciated.
Note- I changed the main url xyz.com and xyz.com/us are the same and share the same website code US if this makes any difference.
UPDATE:
Disabled Welpixel.
Also tried the solution in this article, that didn't fix it either (reverted changes).
Get the following error now
MagentoFrameworkExceptionNoSuchEntityException: The store that was
requested wasn't found. Verify the store and try again. in
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreRepository.php:75
Stack trace: #0
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreManager.php(168):
MagentoStoreModelStoreRepository->get('') #1
/home/xyz/m230.xyz.com/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php(119):
MagentoStoreModelStoreManager->getStore('') #2
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/Resolver/Store.php(30):
MagentoStoreModelStoreManagerInterfaceProxy->getStore(NULL) #3
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config/ScopeCodeResolver.php(49):
MagentoStoreModelResolverStore->getScope(NULL) #4
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config.php(69):
MagentoFrameworkAppConfigScopeCodeResolver->resolve('stores',
NULL) #5
/home/xyz/m230.xyz.com/vendor/magento/module-developer/Model/Logger/Handler/Debug.php(63):
MagentoFrameworkAppConfig->getValue('dev/debug/debug...', 'stores')
6 /home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(31):
MagentoDeveloperModelLoggerHandlerDebug->isHandling(Array) #7
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(344):
MonologHandlerAbstractProcessingHandler->handle(Array) #8
/home/xyz/m230.xyz.com/vendor/magento/framework/Logger/Monolog.php(48):
MonologLogger->addRecord(400, 'The store that ...', Array) #9
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(707):
MagentoFrameworkLoggerMonolog->addRecord(400, 'The store that ...',
Array) #10
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Bootstrap.php(263):
MonologLogger->error('The store that ...') #11
/home/xyz/m230.xyz.com/index.php(39):
MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor))
12 main
magento2 multistore magento2.3 store-switcher
add a comment |
I have a multi website | Store | Store View setup on one magento 2.3.0 install, setup using this guide.
For example
- xyz.com
- xyz.com/us
- xyz.com/uk
As of late the main site xyz.com gives the following error, this only happens on the home page, other pages on the main site works fine, example xyz.com/testproduct or xyz.com/testcategory
MagentoFrameworkExceptionNoSuchEntityException: The store that was
requested wasn't found. Verify the store and try again. in
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreRepository.php:75
Stack trace: #0
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreManager.php(168):
MagentoStoreModelStoreRepository->get('') #1
/home/xyz/m230.xyz.com/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php(119):
MagentoStoreModelStoreManager->getStore('') #2
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/Resolver/Store.php(30):
MagentoStoreModelStoreManagerInterfaceProxy->getStore(NULL) #3
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config/ScopeCodeResolver.php(49):
MagentoStoreModelResolverStore->getScope(NULL) #4
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config.php(69):
MagentoFrameworkAppConfigScopeCodeResolver->resolve('stores',
NULL) #5
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(58): MagentoFrameworkAppConfig->getValue('dev/debug/debug...', 'stores',
NULL) #6
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkAppConfigInterceptor->___callParent('getValue',
Array) #7
/home/xyz/m230.xyz.com/app/code/WeltPixel/Quickview/Plugin/ScopeConfig.php(38):
MagentoFrameworkAppConfigInterceptor->MagentoFrameworkInterceptionclosure('dev/debug/debug...',
'store', NULL) #8
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(135): WeltPixelQuickviewPluginScopeConfig->aroundGetValue(Object(MagentoFrameworkAppConfigInterceptor),
Object(Closure), 'dev/debug/debug...', 'store') #9
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(153): MagentoFrameworkAppConfigInterceptor->MagentoFrameworkInterceptionclosure('dev/debug/debug...',
'store') #10
/home/xyz/m230.xyz.com/generated/code/Magento/Framework/App/Config/Interceptor.php(26):
MagentoFrameworkAppConfigInterceptor->___callPlugins('getValue',
Array, NULL) #11
/home/xyz/m230.xyz.com/vendor/magento/module-developer/Model/Logger/Handler/Debug.php(63):
MagentoFrameworkAppConfigInterceptor->getValue('dev/debug/debug...',
'store') #12
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(31):
MagentoDeveloperModelLoggerHandlerDebug->isHandling(Array) #13
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(344):
MonologHandlerAbstractProcessingHandler->handle(Array) #14
/home/xyz/m230.xyz.com/vendor/magento/framework/Logger/Monolog.php(48):
MonologLogger->addRecord(400, 'The store that ...', Array) #15
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(707):
MagentoFrameworkLoggerMonolog->addRecord(400, 'The store that ...',
Array) #16
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Bootstrap.php(263):
MonologLogger->error('The store that ...') #17
/home/xyz/m230.xyz.com/index.php(39):
MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor))
18 main
What is causing this? and how do I fix it? any help is appreciated.
Note- I changed the main url xyz.com and xyz.com/us are the same and share the same website code US if this makes any difference.
UPDATE:
Disabled Welpixel.
Also tried the solution in this article, that didn't fix it either (reverted changes).
Get the following error now
MagentoFrameworkExceptionNoSuchEntityException: The store that was
requested wasn't found. Verify the store and try again. in
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreRepository.php:75
Stack trace: #0
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreManager.php(168):
MagentoStoreModelStoreRepository->get('') #1
/home/xyz/m230.xyz.com/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php(119):
MagentoStoreModelStoreManager->getStore('') #2
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/Resolver/Store.php(30):
MagentoStoreModelStoreManagerInterfaceProxy->getStore(NULL) #3
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config/ScopeCodeResolver.php(49):
MagentoStoreModelResolverStore->getScope(NULL) #4
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config.php(69):
MagentoFrameworkAppConfigScopeCodeResolver->resolve('stores',
NULL) #5
/home/xyz/m230.xyz.com/vendor/magento/module-developer/Model/Logger/Handler/Debug.php(63):
MagentoFrameworkAppConfig->getValue('dev/debug/debug...', 'stores')
6 /home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(31):
MagentoDeveloperModelLoggerHandlerDebug->isHandling(Array) #7
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(344):
MonologHandlerAbstractProcessingHandler->handle(Array) #8
/home/xyz/m230.xyz.com/vendor/magento/framework/Logger/Monolog.php(48):
MonologLogger->addRecord(400, 'The store that ...', Array) #9
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(707):
MagentoFrameworkLoggerMonolog->addRecord(400, 'The store that ...',
Array) #10
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Bootstrap.php(263):
MonologLogger->error('The store that ...') #11
/home/xyz/m230.xyz.com/index.php(39):
MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor))
12 main
magento2 multistore magento2.3 store-switcher
WeltPixelQuickviewPluginScopeConfig - start here
– dudzio
Feb 6 at 22:23
I disabled weltpixel, doesn't seem to fix the problem.
– user2240778
Feb 7 at 4:11
maybe you can find some hints from this post magento.stackexchange.com/questions/156176/…
– magefms
Feb 7 at 4:45
I tried the solutions, didn't work.
– user2240778
Feb 7 at 5:29
add a comment |
I have a multi website | Store | Store View setup on one magento 2.3.0 install, setup using this guide.
For example
- xyz.com
- xyz.com/us
- xyz.com/uk
As of late the main site xyz.com gives the following error, this only happens on the home page, other pages on the main site works fine, example xyz.com/testproduct or xyz.com/testcategory
MagentoFrameworkExceptionNoSuchEntityException: The store that was
requested wasn't found. Verify the store and try again. in
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreRepository.php:75
Stack trace: #0
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreManager.php(168):
MagentoStoreModelStoreRepository->get('') #1
/home/xyz/m230.xyz.com/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php(119):
MagentoStoreModelStoreManager->getStore('') #2
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/Resolver/Store.php(30):
MagentoStoreModelStoreManagerInterfaceProxy->getStore(NULL) #3
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config/ScopeCodeResolver.php(49):
MagentoStoreModelResolverStore->getScope(NULL) #4
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config.php(69):
MagentoFrameworkAppConfigScopeCodeResolver->resolve('stores',
NULL) #5
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(58): MagentoFrameworkAppConfig->getValue('dev/debug/debug...', 'stores',
NULL) #6
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkAppConfigInterceptor->___callParent('getValue',
Array) #7
/home/xyz/m230.xyz.com/app/code/WeltPixel/Quickview/Plugin/ScopeConfig.php(38):
MagentoFrameworkAppConfigInterceptor->MagentoFrameworkInterceptionclosure('dev/debug/debug...',
'store', NULL) #8
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(135): WeltPixelQuickviewPluginScopeConfig->aroundGetValue(Object(MagentoFrameworkAppConfigInterceptor),
Object(Closure), 'dev/debug/debug...', 'store') #9
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(153): MagentoFrameworkAppConfigInterceptor->MagentoFrameworkInterceptionclosure('dev/debug/debug...',
'store') #10
/home/xyz/m230.xyz.com/generated/code/Magento/Framework/App/Config/Interceptor.php(26):
MagentoFrameworkAppConfigInterceptor->___callPlugins('getValue',
Array, NULL) #11
/home/xyz/m230.xyz.com/vendor/magento/module-developer/Model/Logger/Handler/Debug.php(63):
MagentoFrameworkAppConfigInterceptor->getValue('dev/debug/debug...',
'store') #12
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(31):
MagentoDeveloperModelLoggerHandlerDebug->isHandling(Array) #13
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(344):
MonologHandlerAbstractProcessingHandler->handle(Array) #14
/home/xyz/m230.xyz.com/vendor/magento/framework/Logger/Monolog.php(48):
MonologLogger->addRecord(400, 'The store that ...', Array) #15
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(707):
MagentoFrameworkLoggerMonolog->addRecord(400, 'The store that ...',
Array) #16
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Bootstrap.php(263):
MonologLogger->error('The store that ...') #17
/home/xyz/m230.xyz.com/index.php(39):
MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor))
18 main
What is causing this? and how do I fix it? any help is appreciated.
Note- I changed the main url xyz.com and xyz.com/us are the same and share the same website code US if this makes any difference.
UPDATE:
Disabled Welpixel.
Also tried the solution in this article, that didn't fix it either (reverted changes).
Get the following error now
MagentoFrameworkExceptionNoSuchEntityException: The store that was
requested wasn't found. Verify the store and try again. in
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreRepository.php:75
Stack trace: #0
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreManager.php(168):
MagentoStoreModelStoreRepository->get('') #1
/home/xyz/m230.xyz.com/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php(119):
MagentoStoreModelStoreManager->getStore('') #2
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/Resolver/Store.php(30):
MagentoStoreModelStoreManagerInterfaceProxy->getStore(NULL) #3
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config/ScopeCodeResolver.php(49):
MagentoStoreModelResolverStore->getScope(NULL) #4
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config.php(69):
MagentoFrameworkAppConfigScopeCodeResolver->resolve('stores',
NULL) #5
/home/xyz/m230.xyz.com/vendor/magento/module-developer/Model/Logger/Handler/Debug.php(63):
MagentoFrameworkAppConfig->getValue('dev/debug/debug...', 'stores')
6 /home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(31):
MagentoDeveloperModelLoggerHandlerDebug->isHandling(Array) #7
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(344):
MonologHandlerAbstractProcessingHandler->handle(Array) #8
/home/xyz/m230.xyz.com/vendor/magento/framework/Logger/Monolog.php(48):
MonologLogger->addRecord(400, 'The store that ...', Array) #9
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(707):
MagentoFrameworkLoggerMonolog->addRecord(400, 'The store that ...',
Array) #10
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Bootstrap.php(263):
MonologLogger->error('The store that ...') #11
/home/xyz/m230.xyz.com/index.php(39):
MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor))
12 main
magento2 multistore magento2.3 store-switcher
I have a multi website | Store | Store View setup on one magento 2.3.0 install, setup using this guide.
For example
- xyz.com
- xyz.com/us
- xyz.com/uk
As of late the main site xyz.com gives the following error, this only happens on the home page, other pages on the main site works fine, example xyz.com/testproduct or xyz.com/testcategory
MagentoFrameworkExceptionNoSuchEntityException: The store that was
requested wasn't found. Verify the store and try again. in
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreRepository.php:75
Stack trace: #0
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreManager.php(168):
MagentoStoreModelStoreRepository->get('') #1
/home/xyz/m230.xyz.com/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php(119):
MagentoStoreModelStoreManager->getStore('') #2
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/Resolver/Store.php(30):
MagentoStoreModelStoreManagerInterfaceProxy->getStore(NULL) #3
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config/ScopeCodeResolver.php(49):
MagentoStoreModelResolverStore->getScope(NULL) #4
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config.php(69):
MagentoFrameworkAppConfigScopeCodeResolver->resolve('stores',
NULL) #5
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(58): MagentoFrameworkAppConfig->getValue('dev/debug/debug...', 'stores',
NULL) #6
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkAppConfigInterceptor->___callParent('getValue',
Array) #7
/home/xyz/m230.xyz.com/app/code/WeltPixel/Quickview/Plugin/ScopeConfig.php(38):
MagentoFrameworkAppConfigInterceptor->MagentoFrameworkInterceptionclosure('dev/debug/debug...',
'store', NULL) #8
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(135): WeltPixelQuickviewPluginScopeConfig->aroundGetValue(Object(MagentoFrameworkAppConfigInterceptor),
Object(Closure), 'dev/debug/debug...', 'store') #9
/home/xyz/m230.xyz.com/vendor/magento/framework/Interception/Interceptor.php(153): MagentoFrameworkAppConfigInterceptor->MagentoFrameworkInterceptionclosure('dev/debug/debug...',
'store') #10
/home/xyz/m230.xyz.com/generated/code/Magento/Framework/App/Config/Interceptor.php(26):
MagentoFrameworkAppConfigInterceptor->___callPlugins('getValue',
Array, NULL) #11
/home/xyz/m230.xyz.com/vendor/magento/module-developer/Model/Logger/Handler/Debug.php(63):
MagentoFrameworkAppConfigInterceptor->getValue('dev/debug/debug...',
'store') #12
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(31):
MagentoDeveloperModelLoggerHandlerDebug->isHandling(Array) #13
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(344):
MonologHandlerAbstractProcessingHandler->handle(Array) #14
/home/xyz/m230.xyz.com/vendor/magento/framework/Logger/Monolog.php(48):
MonologLogger->addRecord(400, 'The store that ...', Array) #15
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(707):
MagentoFrameworkLoggerMonolog->addRecord(400, 'The store that ...',
Array) #16
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Bootstrap.php(263):
MonologLogger->error('The store that ...') #17
/home/xyz/m230.xyz.com/index.php(39):
MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor))
18 main
What is causing this? and how do I fix it? any help is appreciated.
Note- I changed the main url xyz.com and xyz.com/us are the same and share the same website code US if this makes any difference.
UPDATE:
Disabled Welpixel.
Also tried the solution in this article, that didn't fix it either (reverted changes).
Get the following error now
MagentoFrameworkExceptionNoSuchEntityException: The store that was
requested wasn't found. Verify the store and try again. in
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreRepository.php:75
Stack trace: #0
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/StoreManager.php(168):
MagentoStoreModelStoreRepository->get('') #1
/home/xyz/m230.xyz.com/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php(119):
MagentoStoreModelStoreManager->getStore('') #2
/home/xyz/m230.xyz.com/vendor/magento/module-store/Model/Resolver/Store.php(30):
MagentoStoreModelStoreManagerInterfaceProxy->getStore(NULL) #3
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config/ScopeCodeResolver.php(49):
MagentoStoreModelResolverStore->getScope(NULL) #4
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Config.php(69):
MagentoFrameworkAppConfigScopeCodeResolver->resolve('stores',
NULL) #5
/home/xyz/m230.xyz.com/vendor/magento/module-developer/Model/Logger/Handler/Debug.php(63):
MagentoFrameworkAppConfig->getValue('dev/debug/debug...', 'stores')
6 /home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(31):
MagentoDeveloperModelLoggerHandlerDebug->isHandling(Array) #7
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(344):
MonologHandlerAbstractProcessingHandler->handle(Array) #8
/home/xyz/m230.xyz.com/vendor/magento/framework/Logger/Monolog.php(48):
MonologLogger->addRecord(400, 'The store that ...', Array) #9
/home/xyz/m230.xyz.com/vendor/monolog/monolog/src/Monolog/Logger.php(707):
MagentoFrameworkLoggerMonolog->addRecord(400, 'The store that ...',
Array) #10
/home/xyz/m230.xyz.com/vendor/magento/framework/App/Bootstrap.php(263):
MonologLogger->error('The store that ...') #11
/home/xyz/m230.xyz.com/index.php(39):
MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttpInterceptor))
12 main
magento2 multistore magento2.3 store-switcher
magento2 multistore magento2.3 store-switcher
edited Feb 7 at 4:39
user2240778
asked Feb 6 at 14:16
user2240778user2240778
298316
298316
WeltPixelQuickviewPluginScopeConfig - start here
– dudzio
Feb 6 at 22:23
I disabled weltpixel, doesn't seem to fix the problem.
– user2240778
Feb 7 at 4:11
maybe you can find some hints from this post magento.stackexchange.com/questions/156176/…
– magefms
Feb 7 at 4:45
I tried the solutions, didn't work.
– user2240778
Feb 7 at 5:29
add a comment |
WeltPixelQuickviewPluginScopeConfig - start here
– dudzio
Feb 6 at 22:23
I disabled weltpixel, doesn't seem to fix the problem.
– user2240778
Feb 7 at 4:11
maybe you can find some hints from this post magento.stackexchange.com/questions/156176/…
– magefms
Feb 7 at 4:45
I tried the solutions, didn't work.
– user2240778
Feb 7 at 5:29
WeltPixelQuickviewPluginScopeConfig - start here
– dudzio
Feb 6 at 22:23
WeltPixelQuickviewPluginScopeConfig - start here
– dudzio
Feb 6 at 22:23
I disabled weltpixel, doesn't seem to fix the problem.
– user2240778
Feb 7 at 4:11
I disabled weltpixel, doesn't seem to fix the problem.
– user2240778
Feb 7 at 4:11
maybe you can find some hints from this post magento.stackexchange.com/questions/156176/…
– magefms
Feb 7 at 4:45
maybe you can find some hints from this post magento.stackexchange.com/questions/156176/…
– magefms
Feb 7 at 4:45
I tried the solutions, didn't work.
– user2240778
Feb 7 at 5:29
I tried the solutions, didn't work.
– user2240778
Feb 7 at 5:29
add a comment |
1 Answer
1
active
oldest
votes
The error was being caused because of an extension conflict, disabling it, resolved the issue, the extension in question is Mageplaza Seo url (Mageplaza_SeoUrl) in case anyone else runs into this issue.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f260709%2fmagento-2-3-0-the-store-that-was-requested-wasnt-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The error was being caused because of an extension conflict, disabling it, resolved the issue, the extension in question is Mageplaza Seo url (Mageplaza_SeoUrl) in case anyone else runs into this issue.
add a comment |
The error was being caused because of an extension conflict, disabling it, resolved the issue, the extension in question is Mageplaza Seo url (Mageplaza_SeoUrl) in case anyone else runs into this issue.
add a comment |
The error was being caused because of an extension conflict, disabling it, resolved the issue, the extension in question is Mageplaza Seo url (Mageplaza_SeoUrl) in case anyone else runs into this issue.
The error was being caused because of an extension conflict, disabling it, resolved the issue, the extension in question is Mageplaza Seo url (Mageplaza_SeoUrl) in case anyone else runs into this issue.
answered Feb 7 at 17:45
user2240778user2240778
298316
298316
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f260709%2fmagento-2-3-0-the-store-that-was-requested-wasnt-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
WeltPixelQuickviewPluginScopeConfig - start here
– dudzio
Feb 6 at 22:23
I disabled weltpixel, doesn't seem to fix the problem.
– user2240778
Feb 7 at 4:11
maybe you can find some hints from this post magento.stackexchange.com/questions/156176/…
– magefms
Feb 7 at 4:45
I tried the solutions, didn't work.
– user2240778
Feb 7 at 5:29