Describe the bug
why does the server-snippet doesnt know the index.html?
is only THIS folder available.
Why does it not tuch the file for spreading the word?
Link to the blitz that caused the error
https://stackblitz.com/edit/http-server-egur84?file=README.md
Steps to reproduce
- copy the server.js
cp server.js server2.js
- changing the message inside the serverscript to "tach ...."
- stop server by C-c, ok stopped
- RUN: npm install && npx nodemon server2.js
- works fine, new updated message
- added a index.html (very light) only consisting 2 tags and text
- stop server by C-c, ok stopped
- RUN: npm install && npx nodemon server2.js
- waiting for new output (from index-inside-text) -> Nothing
- the "tach ..." message continued
Does you have some hint for how realising the conection between index.html and server2.js?
Expected behavior
Want see the content of index.html
Parity with Local
Screenshots

Platform
Browser name = Chrome
Full version = 98.0.4758.102
Major version = 98
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36 OPR/84.0.4316.21 (Edition 360-1)
performance.memory = {
"totalJSHeapSize": 72549020,
"usedJSHeapSize": 68219424,
"jsHeapSizeLimit": 540016640
}
Hash = 6495216afc69f31e3592b868d6f1407d8619435d
Additional context
we are looking forward also with a monitoring Wiki for your interesting project.
Describe the bug
why does the server-snippet doesnt know the index.html?
is only THIS folder available.
Why does it not tuch the file for spreading the word?
Link to the blitz that caused the error
https://stackblitz.com/edit/http-server-egur84?file=README.md
Steps to reproduce
cp server.js server2.jsDoes you have some hint for how realising the conection between index.html and server2.js?
Expected behavior
Want see the content of index.html
Parity with Local
Screenshots
Platform
Additional context
we are looking forward also with a monitoring Wiki for your interesting project.