You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I installed an started as the document, and here is my status below.
But when I use the server,something were wrong.
when I visit 127.0.0.1:3000
when I visit 127.0.0.1:3000/taiwanout/1/1/1.png
the node.js command line print:
{"body":{},"ip":"::ffff:127.0.0.1","method":"GET","url":"/taiwanout/1/1/1.png","query":{},"params":{}}
The browser is waiting for a response.
when I visit http://127.0.0.1:3000/taiwanout/1/1/1
the node.js command line print:
{"body":{},"ip":"::ffff:127.0.0.1","method":"GET","url":"/taiwanout/1/1/1","query":{},"params":{}}
The browser is waiting for a response.
Could anyone can solve this problem?Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello! I installed an started as the document, and here is my status below.
But when I use the server,something were wrong.
when I visit 127.0.0.1:3000
when I visit 127.0.0.1:3000/taiwanout/1/1/1.png
the node.js command line print:
{"body":{},"ip":"::ffff:127.0.0.1","method":"GET","url":"/taiwanout/1/1/1.png","query":{},"params":{}}
The browser is waiting for a response.
when I visit http://127.0.0.1:3000/taiwanout/1/1/1
the node.js command line print:
{"body":{},"ip":"::ffff:127.0.0.1","method":"GET","url":"/taiwanout/1/1/1","query":{},"params":{}}
The browser is waiting for a response.
Could anyone can solve this problem?Thanks in advance!
The text was updated successfully, but these errors were encountered: