Aditya Pimpalkar
02/13/2025, 10:57 AMAditya Pimpalkar
02/13/2025, 11:00 AMFATAL
error with
{
"level": "\u001b[31mFATAL\u001b[0m",
"timestamp": "2025-02-13T10:52:27.311Z",
"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.main\n\t/Users/apimpalkar/Documents/personal/signoz/pkg/query-service/main.go:98\nruntime.main\n\t/opt/homebrew/Cellar/go/1.23.3/libexec/src/runtime/proc.go:272"
}
says it cant access the directory /etc/signoz/web
digging a bit deeper I found out its being created on docker images, not sure what is the process to create these etc
directories locallyMatthew Gilham
02/13/2025, 7:11 PMAditya Pimpalkar
02/17/2025, 6:53 PM