Uncaught TypeError: Cannot use 'in' operator to search for 'launchWebAuthFlow' in undefined
noitcudni opened this issue · 1 comments
noitcudni commented
I'm trying call chromex.ext.identity/launch-web-auth-flow
from inside my popup/core.clj
. Unfortunately, I'm getting the the error above.
The extension is in Manifest v3, so I have to compile it in release mode.
noitcudni commented
Please ignore me. Apparently, I needed to add the identity permission to the manifest file.