binaryage / chromex

Write Chrome Extensions in ClojureScript
Other
411 stars 21 forks source link

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

Closed noitcudni closed 2 years ago

noitcudni commented 2 years ago

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 2 years ago

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