Search code examples
spartacus-storefront

Lazy load not working for one of my custom module in Sparatcus 3.x but working for others


first two modules are working fine with lazy loading but not the third one (productDetail)

enter image description here

getting the below error when trying to land on the screen, please help

enter image description here


Solution

  • replacing StorefrontModule.config() with ConfigModule.withConfig() inside the lazily loaded module worked for me