Port forwarding broken #69926
-
Select Topic AreaQuestion BodyAt school, I use codespaces for some projects, most of which require port forwarding. I am using node as a backend and just simple html/css/js frontend, nothing special. Whenever I run my service, github doesn't pick up the port in the terminal and doesn't port forward automatically, and whenever I try to manually port forward, I receive this error: Tldr; On my school device (and network, not sure which one it is) I am unable to port forward, what would my IT admins need to whitelist in order to allow my device to send the port forwarding request to the github servers? PS: All other parts of github codespaces works, terminal works, extensions work, everything I have tried besides port forwarding has worked. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Probably you are behind a NAT or a firewall. If that is the case, you have to contact the IT admins of your school. |
Beta Was this translation helpful? Give feedback.
Probably you are behind a NAT or a firewall. If that is the case, you have to contact the IT admins of your school.
If you are trying to expose a web service, there are alternatives like ngrok and localhost.run which does not require you to allow the port through the firewall. There are many services like this.