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

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

            Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

            Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?