How can I view my HTML files on Replit webview?
Hi, I am having trouble viewing my HTML documents when I run the node files and I have no idea how to access the webview
Voters
Hi, I am having trouble viewing my HTML documents when I run the node files and I have no idea how to access the webview
Try change the hostname to
0.0.0.0
instead oflocalhost
. I made a server using Node.js HTTP module, and it only works in Replit if the hostname is0.0.0.0
.