-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos firewall issues #58
Comments
When I change it to The dialog opens up first time. I can click allow. But after a code change, CompileDaemon pauses at this stage:
No dialog is shown. The old version of the app is still running. |
Sorry I cannot reproduce this as I don't have access to Mac OS X. What you could try is killing the process before making a change and see if the dialog opens up again. |
How do I do that? |
Nevermind, can you try using the command with the
|
This is still an issue.
This is how I'm running it. Whatever's given to the |
I gave up using CompileDeamon. I'm not using any automatic compile application. Just |
And the problem disappears when you disable the firewall? Sorry, I still don't have a mac to reproduce this and there is little to no info as to why this could happen :/ |
Yes |
A bit late to this party but if you are doing (I usually have a |
When I run
CompileDaemon -exclude-dir=./container_data -exclude-dir=./.git -exclude-dir=./docker -exclude-dir=./migrations
, my go app (local webserver) doesn't seem to work.When I run
go run .
I get a macos firewall allow dialog. Once I click "allow", it works.How can I get CompileDaemon to display the firewall dialog?
The text was updated successfully, but these errors were encountered: