macOS: Do you want the "???.app" to accept incoming network connections?
See original GitHub issuenwjs 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:
- Created 5 years ago
- Comments:20 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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
Both builds show the firewall prompt.