• vijendhar k 31
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello everyone, 

I have to try to call the lwc component in nodeJS, i am getting the 404: Could not find module entry with specifier "@lwrjs/app-service/Home/module/esm" exception , 
    at async LwrViewRegistry.renderView (file:///C:/Users/vijen/OneDrive/Desktop/Demo/LWRNodeServer/StaticSite/node_modules/@lwrjs/view-registry/build/es/index.js:220:33)
LWR Diagnostic Error: 404: Could not find module entry with specifier "@lwrjs/app-service/Home/module/esm"

[
  {
    description: {
      category: 'lwrUnresolvable/module',
      advice: [],
      message: '404: Could not find module entry with specifier "@lwrjs/app-service/Home/module/esm"'
    }
  }
]
DiagnosticsError: 404: Could not find module entry with specifier "@lwrjs/app-service/Home/module/esm"

Support blog and video 
https://developer.salesforce.com/docs/platform/lwr/guide/lwr-get-started.html
https://www.youtube.com/watch?v=V6BdUSOtU2c&t=1330s 

Code  lwc : <c-counter></c-counter> --> called in help.html
Then i am getting below error.

 
Hello everyone, 

I have to try to call the lwc component in nodeJS, i am getting the 404: Could not find module entry with specifier "@lwrjs/app-service/Home/module/esm" exception , 
    at async LwrViewRegistry.renderView (file:///C:/Users/vijen/OneDrive/Desktop/Demo/LWRNodeServer/StaticSite/node_modules/@lwrjs/view-registry/build/es/index.js:220:33)
LWR Diagnostic Error: 404: Could not find module entry with specifier "@lwrjs/app-service/Home/module/esm"

[
  {
    description: {
      category: 'lwrUnresolvable/module',
      advice: [],
      message: '404: Could not find module entry with specifier "@lwrjs/app-service/Home/module/esm"'
    }
  }
]
DiagnosticsError: 404: Could not find module entry with specifier "@lwrjs/app-service/Home/module/esm"

Support blog and video 
https://developer.salesforce.com/docs/platform/lwr/guide/lwr-get-started.html
https://www.youtube.com/watch?v=V6BdUSOtU2c&t=1330s 

Code  lwc : <c-counter></c-counter> --> called in help.html
Then i am getting below error.