How to resolve this error - uncaught (in promise)?

591    Asked by AashnaSaito in Salesforce , Asked on Apr 28, 2023

I am working in this app and everything works so fine and no errors so far but I accidentally click this "SFDX: Turn On Apex Debug Log for Replay Debugger" instead of new LWC so I tried to deploy and test it again then this error appear "Uncaught (in promise)". I think errors appear anytime I click any button inside the datatable. Any button outside of the datatable works fine. Can anyone help me fix this?

I am working in this app and everything works so fine and no errors so far but I accidentally click this "SFDX: Turn On Apex Debug Log for Replay Debugger" instead of new LWC so I tried to deploy and test it again then this error appear "Uncaught (in promise)". I think errors appear anytime I click any button inside the datatable. Any button outside of the datatable works fine. Can anyone help me fix this?

Answered by Claudine Tippins

To resolve the error - uncaught (in promise) - Turning on the Apex Replay Debugger (ARD) just sets up some data in Salesforce for debugging purposes. It cannot make your previously working code stop working. The error is telling you that an Apex method failed to execute. You can expand the pageErrors object for more details on what happened, or you can use the "SFDX: Get Apex Debug Logs" VS Code command to retrieve recent logs, since you've turned on the ARD. You can prove that ARD isn't the problem by using the "SFDX: Turn off Apex Debug Log for Replay Debugger" menu command.



Your Answer

Interviews

Parent Categories