Hey folks, I'm looking to contribute but I'm havin...
# contributing
a
Hey folks, I'm looking to contribute but I'm having some trouble to set up the query-service locally, I have followed the docs closely but they seem to be out of date or not updated @Prashant Shahi can you help?
I am getting a
FATAL
error with
Copy code
{
  "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 locally
m
Try running with SIGNOZ_WEB_ENABLED=false
a
Yes! I saw that as well by looking at some tests. Working just fine now! Thank you for replying @Matthew Gilham :)