Unable to install interceptor bridge from app - Missing NativeMessagingHosts
See original GitHub issueHi all,
This is just a note that I was unable to install the interceptor bridge directly from the Postman Desktop App “Capture Cookies and Requests” Dropdown.
I’m on MacOS and got the following errors: “Postman doesn’t have the required permissions to install Node.js and other dependencies.” and ERROR CODE: CHROME_NOT_INSTALLED
I checked the documentation and went through all of the troubleshooting steps in the Interceptor Docs. Everything checked out except that I realized I didn’t have a NativeMessagingHosts file. Manually adding one and restarting the Chrome and Postman apps didn’t help.
I found these outdated Readme steps in the history of this repo, which ended up working.
I’m unblocked, but someone else might run into this (found one similar post on Stack Overflow that was deleted 2 days ago).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
I had the same issue using MacOS.
I created the folder and assigned rights:
Afterwords the installation via the app worked.
On most Linux distributions Chromium is the default and not Chrome, quick fix :
ln -s ~/.config/chromium ~/.config/google-chrome