Getting StepFailedException: Unable to click on the object (IE specific issue)

Hi,

I am trying to click a dropdown element on IE which is resulting in error as below:

Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to click on object

On execution, the IE browser always launches http://localhost:XXXXX/ (port# changes on every run) and then only sometimes redirects to the url provided in WebUI.openBrowser().

This is working fine on all other browsers.

IE Version: 11.829.17134.0
IEDriver: 3.14.0 (64-bit)

How can this issue be fixed?