Hello i have created an aura component and which i am calling it from opportunity action button
and using these for chatter
forceChatter:publisher
forceChatter:feed
The problem I'm encountering is that when I input text in the publisher and wait for 5 seconds, the modal closes on its own. Furthermore, even when I click on "Share," the modal also closes. How can I troubleshoot and resolve this issue?
#Salesforce #Salesforce Developer #Salesforce Admin #Salesforce Developers #Lightning Aura Component #Chatter
Hi @Ali Azam,
You can use Chrome DevTools to debug your client-side code.
To find which line of code is failing, enable the Pause on all exceptions option before running your code.
You can refer to https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/debug_intro.htm for detailed guidance on debugging.
Hope this helps you. Thanks