Skip to content
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

Exception: bind failed: EACCES (Permission denied) #51

Open
hoisel opened this issue Oct 6, 2016 · 6 comments
Open

Exception: bind failed: EACCES (Permission denied) #51

hoisel opened this issue Oct 6, 2016 · 6 comments

Comments

@hoisel
Copy link

hoisel commented Oct 6, 2016

I keep getting this error when trying to call CorHttpd.startServer:
Error in Error callbackId: CorHttpd1894191633 : IO Exception: bind failed: EACCES (Permission denied)
index.html:1 Uncaught (in promise) IO Exception: bind failed: EACCES (Permission denied)

@MorleyMinde
Copy link

I am experiencing the exact same issue in ionic 2. What is the solution to this?

@samarthagarwal
Copy link

Any solution?

@danielehrhardt
Copy link

Something new on this?

@danielehrhardt
Copy link

On Linux-based systems, ports below 1024 can only be opened by apps with superuser privileges. Please choose a higher port.

@action-script
Copy link

Thanks @danielehrhardt Port 80 gives Code=13 "Permission denied" but 8080 works for me.

@kennedymca
Copy link

kennedymca commented Mar 29, 2018

It's working fine for me don't give port like 80 change it to 8055 or something, it will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@hoisel @samarthagarwal @action-script @kennedymca @MorleyMinde @danielehrhardt and others