With the release of 2.27 and the new updated Edge extension, my automations are not working any more.
My Developer tools are enabled as per the requirements.
The web page I'm interacting with uses a lot of javascript to navigate to and from pages , it's 3rd party so I don't have any access to code.
Running any sort of javascript before calling a standard function like 'Press button on web page' will highlight the button but then the flow hangs and in the console of the developer tools I get a message
'Refused to run the JavaScript URL because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present'
This then also blocks the website from taking any user input, manual or automated.
I can't even roll back because you can't download version 2.26 anywhere and when I tried an older one I did download 2.23, I get a message that the flow can't be opened in the old version because it was edited in a newer version.. great.. just great! so now none of my automations work!!
EDIT:
I get that error even after removing the 'Run javaScript function on web page' methods, I also get it after using a 'Get details of element on web page' method.
This is ridiculous!!