Http server for Node.js

Asked

Viewed 40 times

-1

i installed an http server for Node.js globally to run a web application. When I start the server and try to access by "localhost:8080" it gives message: ERR_INVALID_REDIRECT Even starting the server on another port, when I try to access the browser for example "localhost:8081" it gives the same message ERR_INVALID_REDIRECT


[![insert image description here][1][1]

[1]: https://i.stack.Imgur.com/L7OL3.png Image of the initialized server

  • You haven’t even provided your code, as we might suggest a response?

1 answer

1

  • Wonderful, it worked!! thank you very much.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.