Hello, I am trying to connect the things stack (private but with packet broker to TTN) to TTNMapper.org
I am getting the error Originating network server header not set wtih a status code of 400 (bad req)
Here is the exact data:
“data”: {
“@type”: “type.googleapis.com/ttn.lorawan.v3.ErrorDetails”,
“namespace”: “pkg/applicationserver/io/web”,
“name”: “request”,
“message_format”: “request”,
“correlation_id”: “85311f97e99741bbbf73db25a67a732f”,
“code”: 14,
“details”: [
{
“@type”: “type.googleapis.com/google.protobuf.Struct”,
“value”: {
“body”: “{"message":"Originating network server header not set","success":false}\n”,
“status_code”: 400,
“url”: “https://integrations.ttnmapper.org/tts/v3/uplink-message/”,
“webhook_id”: “ttnmapper”
}
}
]
},
I am am using the http integration that can be found in the integrations menu item.
My version of the stack is a bit out of date, but I have had this error since it was the most up to date version. My current version is: 3.18.0
If anyone can help, I would appreciate it!