Forum Discussion
diridev
Oct 30, 2021Copper Contributor
Edge Stable crashing on extension function chrome.identity.launchWebAuthFlow
I've developed an Edge extension which allows users to login with their Google account. I use the chrome.identity.launchWebAuthFlow function for that and everything works fine. Problem is when you s...
sobby
Copper Contributor
sobby
Dec 02, 2021Copper Contributor
Please check stack overflow link for the solution
- KristofferPKDec 18, 2021Copper Contributor
sobby Sorry but it's not a solution, it's a workaround and it doesn't even work for me (the workaround returns undefined which means I can't even use it). I also have this issue: javascript - Edge extension crashes the whole browser on API call after latest update (launchWebAuthFlow) - Stack Overflow
- sobbyDec 18, 2021Copper Contributor
Hi, I agree it's not a solution it is just a workaround but Can you please share some code why it is returning undefined.
- KristofferPKDec 18, 2021Copper ContributorHi, thanks for responding so quickly. I appreciate it.
I don't know! 😄 It creates a window and displays correctly, but it returns undefined (without any other errors) and I'm baffled.
I have no idea why it's returning undefined.
I can't listen to window-changes (to retrieve the window-title) if the API returns nothing! 😛 I'm unable to give you more information of why it returns undefined.