Description: I’ve encountered an issue with calling a message handler from (main) view Save button action. Here’s the scenario:
- I have a popup that saves photo details when the user clicks the Save button.
- In the popup view, I’ve created a message handler that includes an API call.
- After saving the photo, the popup should close automatically.
- However, the popup message handler is not being invoked when I call it from the (main) view.
I’ve tried using different scopes for the message handler, but it still doesn’t work. Any insights into why this might be happening?