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
When you have empty routing key, trailing / causes 'Action Not found' error. There are two things need to be solved here.
Can you please check for empty routing key(not only for null check) and add it in URL once if it is there. If no routing key, there should not be trailing /.
VictorOps returns errors in HTML. It is bit weird. It breaks the library at data = JSON.parse(response);, and It stops my server. However this is a bug from VictorOps. Can you please handle it in the library.
PS: You can check everything using following command
When you have empty routing key, trailing
/
causes 'Action Not found' error. There are two things need to be solved here./
.data = JSON.parse(response);
, and It stops my server. However this is a bug from VictorOps. Can you please handle it in the library.PS: You can check everything using following command
The text was updated successfully, but these errors were encountered: