Jonathan

Results 9 comments of Jonathan

I added a getLogger and still and hasDisplayName returns true so why isnt this working

@LichtHund any ideas

![Screenshot_20221004_181614](https://user-images.githubusercontent.com/101841938/193940437-00d7d881-4541-4728-81ae-fb4941557429.jpg) ```js const express = require('express') const app = express() const fs = require('fs') app.use(express.static('public')) var lel = app.get('/', function (req, res) { }).get('/site', function (req, res) { fs.readFile('./public/site.html', async...

that was my pc's ipv4 but my public ip address does the same thing. My ipv4, localhost, and public address work on local devices

![image](https://user-images.githubusercontent.com/101841938/193948949-eb058b77-2354-45e8-8183-17ac85c4b916.png) ![image](https://user-images.githubusercontent.com/101841938/193948988-cb66481e-511e-4b63-935e-51f7f1ed9ed1.png) ![image](https://user-images.githubusercontent.com/101841938/193949011-0af94bbc-b2e6-411e-a290-ce61ddbcb078.png)

> ```js > const http = require('http') > const app = http.createServer((req, res) => res.end('Hello, world!')) > app.listen(3000, "0.0.0.0") > ``` not that

I will try in my pi but other than that I have not fixed it