Good Morning
I have set up a plugin inside my Ubidots application to receive payload from the Thing network and decode them.
Following that i created inside TTN a Webhooks integration to push the data toward my plugin.
I configured my webhooks with the base URL : https://dataplugin.ubidots.com and my plugin ID as well as a dedicated authentification token.
Inside Ubidots, the plugin is appearing with the status ; Running with errors even if i changed nothing in it.
Inside TTN, i receive an error message “Fail to send Webhooks” with the following details
“details”: [
{
“@type”: “type.googleapis.com/google.protobuf.Struct”,
“value”: {
“body”: “{“message”:“no Route matched with those values”}”,
“status_code”: 404,
“url”: “https://dataplugin.ubidots.com/api/web-hook/ElcYhVqpcVx8dDlg0kpuOeQUUEs=”,
“webhook_id”: “sensor”
}
}
Thanks for your help
Regards