Issue with plugin for TTN webhooks

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

Hello @vdupeyrot

Thanks for reaching out,

In order to check the problem can you please share with us the username of your Ubidots account or the email associated with it? If you prefer you can send me a private message if you don’t want to post it on the forum. I’ll be attentive to your comments.

Regards,

-Santiago

Hello @santiago

Thank you very much for your answer but apparently the problem solved itselft.
I suppose it was something related to Ubidots server as i changed nothing in TTN or my Ubidots plugin

Regards

Hello, @vdupeyrot

Indeed, there was a problem with the enviroment where the plugins run and that was causing the 404 response code but it should be working right now.

Regards,

-Santiago