I got ‘tutor local start‘ to work but when I open localhost absolutely nothing shows up. But in the cmd I get this
caddy-1 |
{
"level": "info",
"ts": 1755723018.5049682,
"logger": "http.log.access",
"msg": "handled request",
"request": {
"remote_ip": "192.168.65.1",
"remote_port": "54524",
"client_ip": "192.168.65.1",
"proto": "HTTP/1.1",
"method": "GET",
"host": "localhost",
"uri": "/favicon.ico",
"headers": {
"Sec-Ch-Ua-Mobile": [
"?0"
],
"Accept": [
"image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
],
"Referer": [
"http://localhost/"
],
"Sec-Ch-Ua": [
"\"Not;A=Brand\";v=\"99\", \"Google Chrome\";v=\"139\", \"Chromium\";v=\"139\""
],
"Sec-Fetch-Mode": [
"no-cors"
],
"User-Agent": [
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"
],
"Sec-Fetch-Site": [
"same-origin"
],
"Sec-Fetch-Dest": [
"image"
],
"Connection": [
"keep-alive"
],
"Sec-Ch-Ua-Platform": [
"\"macOS\""
],
"Accept-Encoding": [
"gzip, deflate, br, zstd"
],
"Accept-Language": [
"en-US,en;q=0.9,hi;q=0.8"
]
}
},
"bytes_read": 0,
"user_id": "",
"duration": 0.000008416,
"size": 0,
"status": 0,
"resp_headers": {
"Server": [
"Caddy"
]
}
}
Any help would be greatly appreciated