Hi all,
Currently, I have a working modal that is triggered by a button using the onclick event. There are three (3) buttons that trigger the modal but each of them contains different data. The contents of the modal are from the divs which were populated using Handlebars from a JSON response when calling the API endpoint. The divs are using unique IDs.
While doing some tests, I noticed that when two (2) Zendesk tickets are open simultaneously, the Modal is no longer populated on the second ticket that was opened but it is still working on the first ticket that was opened. When I tried refreshing the page, the Modal works fine on the ticket that is active but no longers works on the ticket that is inactive.

Kindly check this Loom video to understand better what I meant.
Looking forward to your reply.
Thank you,
Benessa
Which API's are you fetching the modal data from? Are you seeing a response from the endpoint on cases where the modal has no data?
Also, when are you fetching the modal data? Before the click and creation of the modal? On click/creation? From the modal itself after creation?