In Apex 20.2,
So our APEX application has a built-in success message right, green background with the custom message and a clickable 'X' icon to close the success message.
In my application, the success message appears, green background with the message but clicking the 'X' icon does not close the success message. Furthermore, the success message will automatically close after 6 seconds but when you click anywhere in it within that 6 seconds, it will display there forever.
In another application with the same configurations, the success message works perfectly fine where clicking the close icon 'X' will close the success message.
What is causing this issue or where can I fix it?
Any ideas or suggestions are appreciated.