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.

macOS: Do you want the "???.app" to accept incoming network connections?

See original GitHub issue

nwjs Version : 0.30.0 - 0.30.2 Operating System : macOS 10.13.4

Expected behavior

Don’t get the a message dialog about incoming network connections.

Actual behavior

After building a nwjs app I get since version 0.30.0+ the gatekeeper dialog:

Do you want the "???.app" to accept incoming network connections?

How to reproduce

Build a nwjs app on macOS with nwjs-builder-phoenix 1.14.6:

build ---tasks mac-x64 --mirror https://dl.nwjs.io/ .

package.json

  "build": {
    "nwVersion": "0.30.0",
  },

nwjs prior to 0.30.0 don’t trigger the incoming network connection dialog.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:20 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
marc7000commented, Jul 22, 2019

I have the same issue with version 0.38.4 under macOS 10.13.6. On every start of the app the popup appears and asks for permission for incoming network connections, no matter if the setting has already been set in the firewall. Bildschirmfoto 2019-07-22 um 09 40 01

1reaction
wvarycommented, May 8, 2018

I’ve created a repo to show how we reproduce this issue. I also see the prompt using nwjs-builder-phoenix.

Here’s the repo: https://github.com/wvary/nwjs-firewall-test

  1. Build with nwbuild
git clone https://github.com/wvary/nwjs-firewall-test.git
npm run build

  1. Build with nwjs-builder-phoenix
git checkout try-nwjs-builder-phoenix
npm install
npm run build 

Both builds show the firewall prompt.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting this message: Do you want the app…
Getting this message: Do you want the application “SearchSystem” to accept incoming network connections? · Click apple icon · System preferences ...
Read more >
Keep being asked if I want to allow incoming connections on ...
Look at the Security and Privacy system preference pane, then Firewall and Firewall Options. By default, "Automatically allow downloaded signed ...
Read more >
`Do you want the application "main" to accept incoming ...
I get this pop up message: Do you want the application "main" to accept incoming network connections? I added Go and all main...
Read more >
How do I stop my Mac from asking to accept incoming network ...
I believe Syncthing (on github) needs to be allowed to Accept incoming network connections to work properly. Mac OS X has a build-in...
Read more >
Do you want the application to accept incoming network ...
The solution I'm going for – signing the app myself – requires that I create a Signing Identity, also known as Signing Certificate....
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