I have a navigate stage that navigates to a URL (that cannot be accessed by clicking), however, when navigating it brings a popup that asks are "are you sure you want to leave this page?" in some very rare cases where the system is unresponsive and hasn't correctly worked a case.
At this point, the navigate stage gets stuck. It doesn't throw an exception, it just sits and waits infinitely with no timeout, meaning I can't catch and work around the issue.
When I manually close the popup (by saying stay on the current page) it returns the following error:
Internal : Failed to perform step 1 in Navigate Stage 'Navigate to search URL' on page 'Navigate to search page' - Error HRESULT E_FAIL has been returned from a call to a COM component.
Has anyone else encountered this issue? Is there a fix?