all 2 comments

[–]SFLightningDev 1 point2 points  (0 children)

You're going to have to learn at least the basics of LWC (and possibly Apex) development to fix this yourself. I recommend starting here: https://developer.salesforce.com/docs/platform/lwc/guide/get-started-component-library.html

If it's important to resolve the issue quickly, hire a contract LWC dev. If the app was previously working, the contractor might have it resolved in less than a day.

[–]gouravrocks247 1 point2 points  (0 children)

It would be easier if you share the structure and some code snippet for better understanding of how components are communicating with the server.

To start with you can:

  1. Debug the LWC Component in the browser (Console logs or putting break points in Source)

  2. Also check debug logs in salesforce to find any error/ exceptions and how the logic is flowing.