From what I can see in the screenshot, your node application is running on port 3000, but the error on the console indicates that you are getting a 405 error on localhost, but the port 5501.
Is it possible that you are trying to access the wrong URL?
From what I can see in the screenshot, your node application is running on port 3000, but the error on the console indicates that you are getting a 405 error on localhost, but the port 5501.
Is it possible that you are trying to access the wrong URL?
Just get the node app from "app.listen" by editing:
to
index2.html Line 27