Has anyone encountered the same issue when deployi...
# support
k
Has anyone encountered the same issue when deploying with the image
signoz/query-service:0.70.1-oss
?
Copy code
{
  "level": "\u001b[31mFATAL\u001b[0m",
  "timestamp": "2025-02-06T02:27:07.489Z",
  "caller": "query-service/main.go:99",
  "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/home/runner/work/signoz/signoz/pkg/query-service/main.go:99\nruntime.main\n\t/home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.7.linux-amd64/src/runtime/proc.go:271"
}
n
@Prashant Shahi the OSS image shouldn’t check the web directory right ?