tomphttp / bare-server-node

TompHTTP Bare server in the Node runtime
GNU General Public License v3.0
72 stars 122 forks source link

Not Working on Gitpod #17

Closed Nebelung-Dev closed 1 year ago

Nebelung-Dev commented 1 year ago

It returns a status code of 401

When trying to go to a page it returns:

RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599].
cohenerickson commented 1 year ago

Set the port visibility to public, this should fix the issue.

Nebelung-Dev commented 1 year ago

That fixes it thanks!