Carlos Martell
06/25/2025, 4:42 PM{
"timestamp": "2025-06-25T16:40:24.823839334Z",
"level": "INFO",
"code": {
"function": "<http://github.com/SigNoz/signoz/pkg/http/middleware.(*Logging).Wrap-fm.(*Logging).Wrap.func1|github.com/SigNoz/signoz/pkg/http/middleware.(*Logging).Wrap-fm.(*Logging).Wrap.func1>",
"file": "/home/runner/work/signoz/signoz/pkg/http/middleware/logging.go",
"line": 84
},
"msg": "::RECEIVED-REQUEST::",
"pkg": "<http://go.signoz.io/pkg/http/middleware|go.signoz.io/pkg/http/middleware>",
"client.address": "10.2.41.224:35772",
"user_agent.original": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36",
"server.address": "",
"server.port": "",
"http.request.size": 71,
"http.route": "/api/v1/domains",
"http.response.status_code": 500,
"http.server.request.duration": 357655,
"response.body": "{\"status\":\"error\",\"error\":{\"code\":\"internal\",\"message\":\"domain creation failed\"}}"
}
Carlos Martell
06/25/2025, 5:39 PMCarlos Martell
06/25/2025, 5:43 PM/api/v1/domains
Carlos Martell
06/25/2025, 5:50 PMorg_domains
referencing the old org-id (which got regenerated when I re-created the root user)Carlos Martell
06/25/2025, 5:50 PMdelete from org_domains;
and was able to get it working 👍Eric Thompson
06/26/2025, 10:40 PM