TLDR Lukman encountered errors while running SigNoz on Windows. Pranay suggested trying on Linux/Mac, but Lukman only had a Windows machine.
Yeah, windows is not supported currently. This issue seems to be because of that. Can you try running in Linux/Mac?
i dont have linux or mac but i will try using wsl tho, thanks Pranay!
:+1:
Lukman
Fri, 03 Mar 2023 18:52:42 UTChi team, i am new into signoz, i have followed tutorial how to run signoz using docker and simple app •
•
but i have some trouble, i've got these error everytime i hit the endpoint:
```max retry time elapsed: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: missing address"```
and
```context deadline exceeded```
also in the interface i got message `something went wrong` (pict)
this is my `.env` except database connection:
```SERVICE_NAME=goApp
INSECURE_MODE=true
OTEL_EXPORTER_OTLP_ENDPOINT=localhost:4317```
is there something i miss?
ps: i ran in windows machine (maybe i got these errors because i ran in windows machine since it's not officially supported?)
thanks in advance!