binaryage/chromex

Uncaught TypeError: Cannot use 'in' operator to search for 'launchWebAuthFlow' in undefined

noitcudni opened this issue · 1 comments

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.

Please ignore me. Apparently, I needed to add the identity permission to the manifest file.