question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install interceptor bridge from app - Missing NativeMessagingHosts

See original GitHub issue

Hi 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:open
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

10reactions
rufreakdecommented, Jun 30, 2020

I had the same issue using MacOS.

CHROME_NOT_INSTALLED: Check whether Chrome is installed and a NativeMessagingHosts folder exists at the following location:

MacOS: ~/Library/Application Support/Google/Chrome/NativeMessagingHosts

I created the folder and assigned rights:

mkdir NativeMessagingHosts
chmod +wx NativeMessagingHosts

Afterwords the installation via the app worked.

1reaction
FiveBoroughscommented, Nov 18, 2021

On most Linux distributions Chromium is the default and not Chrome, quick fix :

ln -s ~/.config/chromium ~/.config/google-chrome

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to download Interceptor Bridge from within Postman
I used the link in Interceptor integration for Postman Native Apps ... But if I try to click the Install Interceptor Bridge button...
Read more >
Postman doesn't have the required permissions to install ...
I couldn't install interceptor to Postman in Linux but I installed it ... tips it could happen if NativeMessagingHosts directory is missing,.
Read more >
Postman设置自动捕获传递Cookie教程- 雪山飞猪- 博客园
解决办法,来自Unable to install interceptor bridge from app - Missing NativeMessagingHosts #2288. 安装正常后的画风如下 ...
Read more >
Native Messaging - Chrome Developers
How to exchange messages with native applications from your Chrome App. ... a native messaging host the application must install a manifest ...
Read more >
Postman-win64-7.26.0-Setup.exe - Hybrid Analysis
Reads the registry for installed applications ... reg.exe REG QUERY HKCU\Software\Google\Chrome\NativeMessagingHosts\com.postman.postmanapp (PID: 1028) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found