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;








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











share|improve this question
























  • 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

















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











share|improve this question
























  • 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













0












0








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











share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer























    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer



























      0














      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.






      share|improve this answer

























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 7 at 17:45









        user2240778user2240778

        298316




        298316



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form