We have developed a front-end app for Freshdesk that initializes when a user opens a ticket. However, the app does not reinitialize when the user navigates between tickets using the ‘Next’ and ‘Previous’ buttons in the top-right corner of the ticket page.
Could you kindly advise if any modifications are needed in the code to address this behavior?
I recently ran into the exact same issue, for me it was that I only listened to the app.initialized() event. For the widget to reload on previous and next ticket you also need to listen to the “app.activated” event: Freshworks Developer Docs | Use app lifecycle methods