You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i've discovered a bug using incoming webhooks.
The bug occurs when a field with an value of type double is send. Then an error is thrown.
With wrapping the value in quotes it works, but the problem is that my system is not wrapping it. Also it works in Slack without quotes.
Steps to reproduce:
Create incoming webhook without script
Send message to incoming webhook with the following body
Maybe this should be another issue, but I see similar issues with large numbers in the value field:
For example: 28363980800 errors but 28363980 does not.
Description:
Hi,
i've discovered a bug using incoming webhooks.
The bug occurs when a field with an value of type double is send. Then an error is thrown.
With wrapping the value in quotes it works, but the problem is that my system is not wrapping it. Also it works in Slack without quotes.
Steps to reproduce:
value
and you see it working.Expected behavior:
My alert is shown in RocketChat as expected
Actual behavior:
Then the following response will received and not message is coming up in the channel
Server Setup Information:
The text was updated successfully, but these errors were encountered: