Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
RMNL
3 years agoNew Contributor
Browser extension for (Brave, Chrome, Firefox) no longer integrates with 1Password app (no Touch ID)
As of today, my 1password extension for Brave, Chrome and Firefox no longer seems to connect to the 1Password app on my Mac.
I now need to use my password instead of Touch ID for opening the exte...
Former Member
3 years agoInstead of manually updating the json file, one can do following terminal command for a quick fix (Chromium browsers, e.g. Google Chrome, Brave etc).
One could do same for Firefox by updating the json path with the one used by FF's extension.
sed -i '' s'/MacOS.MacOS/MacOS/' ~/Library/Application\ Support/Google/Chrome/NativeMessagingHosts/com.1password.1password.json
then restart browser.What the one-liner does is it would in-place update the specified file by replacing the MacOS/MacOS bit with MacOS. It does not have any effect on a working file.
Thx! Solution from @mashuma worked for me.