Forum Discussion
THaack
Aug 27, 2024Copper Contributor
Edge 128.0.2739.42 crashes when user clicks on custom URI
We have a small custom app to allow us to open file links from our intranet site. We created a custom uri handler and it has been working up until Edge Version 128.0.2739.42 . With version 128 clic...
- Aug 29, 2024I've just fixed (cludged!) our issues by changing all hyperlinks and window.open statements which call our custom protocol so that they use a target of '_self' . Some used '_blank', others didn't specify anything.
Everything's now working.
However - for Microsoft / Google if you're reading - this is a workaround and the underlying problem needs to be fixed.