Chris A
02/19/2025, 9:26 AM{
"level": "\u001b[31mFATAL\u001b[0m",
"timestamp": "2025-02-18T15:53:09.362Z",
"caller": "query-service/main.go:98",
"msg": "Failed to create signoz struct",
"error": "cannot access web directory: stat /etc/signoz/web: no such file or directory",
"stacktrace": "main.go:98\nruntime.main\n\t/opt/homebrew/Cellar/go/1.23.1/libexec/src/runtime/proc.go:272"
}
Chris A
02/19/2025, 9:31 AM{"level":"\u001b[31mFATAL\u001b[0m","timestamp":"2025-02-19T09:30:14.581Z","caller":"query-service/main.go:98","msg":"Failed to create signoz struct","error":"cannot access \"index.html\" in web directory: stat /etc/signoz/web/index.html: no such file or directory
Also tried running with SIGNOZ_WEB_ENABLED=false which was suggested elsewhere - can't see where this flag would be picked up from in the codebase though? Only reference seems to be in tests.Chris A
02/19/2025, 9:50 AMee
version of the dockerfile to copy the web files into this folder, but is this relevant for OSS version?nitya-signoz
02/19/2025, 10:17 AM"SIGNOZ_WEB_ENABLED": false,
Chris A
02/19/2025, 10:24 AMnitya-signoz
02/19/2025, 10:26 AM/etc/signoz/web
and see if the issue still persist ?Chris A
02/19/2025, 10:50 AM{"level":"\u001b[31mFATAL\u001b[0m","timestamp":"2025-02-19T09:30:09.622Z","caller":"query-service/main.go:98","msg":"Failed to create signoz struct","error":"cannot access \"index.html\" in web directory
nitya-signoz
02/19/2025, 11:30 AMChris A
02/19/2025, 1:52 PM