I can’t edit navigator in Recorder. I got this errorÂ
Code d'erreur : STATUS_STACK_OVERFLOW
Â
I can’t edit navigator in Recorder. I got this errorÂ
Code d'erreur : STATUS_STACK_OVERFLOW
Â
Hello,
Â
Please Go through this blog ÂCHECK THIS ] https://apeople.automationanywhere.com/s/article/A360-UI-getting-an-error-code-STATUS-STACK-OVERFLOW-when-clicking-the-drop-down-button-on-the-bot-edit-page
Â
Solution is :Â You need to install the versions below to that version: of Google Chrome browser: 124.x (124.0.6367.60 or 124.0.6367.61) and Edge browser: 124.x (124.0.2478.51)
Â
Thanks,
Ganesh BhatÂ
I have the latest version of Google Chrome browser(124.0.6367.61) and Edge browser.
Â
Hi Fatima,
Â
When I downgrade the chrome version, the issue has been resolved .
Â
Â
Â
Regards, Â
3 Quick Fix we have right now.
Â
Â
Use Firefox browser.
You need to install the versions below to that version: of Google Chrome browser: 124.x (124.0.6367.60 or 124.0.6367.61) and Edge browser: 124.x (124.0.2478.51)
Run below script in your browser console after you login to your automation anywhere instance. This will remove error for this session Â
=================================================================
function removeAriaOwnsAttribute(element) {if (element.hasAttribute('aria-owns')) {        element.removeAttribute('aria-owns');    } } function mutationCallback(mutationsList, observer) {   mutationsList.forEach(mutation => {            removeAriaOwnsAttribute(mutation.target);    }); } const observer = new MutationObserver(mutationCallback); observer.observe(document.documentElement, {    attributes: true,    childList: true,    subtree: true,    attributeFilter: r'aria-owns'] });       ================================================================
Â
Â
Thanks,
GaneshÂ
Hi
You’ll find the details and the resolution here
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.