-
Notifications
You must be signed in to change notification settings - Fork 149
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
Comments
I am experiencing the exact same issue in ionic 2. What is the solution to this? |
Any solution? |
Something new on this? |
On Linux-based systems, ports below 1024 can only be opened by apps with superuser privileges. Please choose a higher port. |
Thanks @danielehrhardt Port 80 gives Code=13 "Permission denied" but 8080 works for me. |
It's working fine for me don't give port like 80 change it to 8055 or something, it will work |
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)
The text was updated successfully, but these errors were encountered: