Getting TypeError: Cannot read property \"0\" from undefined with NewRelic Connector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 04:21 AM
I am trying to test New Relic ServiceNow intergration so I followed the doc link https://docs.servicenow.com/bundle/tokyo-it-operations-management/page/product/event-management/task...
I used it to create New Relic webhook to get the events created in ServiceNow. But when I am runnign it I am getting below error. The same error I am getting in Postman as well.
Server error(https://dev60939.service-now.com/api/sn_em_connector/em/inbound_event?source=newrelic: 500 Internal Server Error. Text: "{"error":{"message":"New Relic Push Connector : TypeError: Cannot read property \"0\" from undefined","detail":""},"status":"failure"}"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 03:49 AM
Following up. Can anyone assist?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2023 09:56 PM
there will be issue with script you have created. Most probably on line where you have used array.
Can you share sample payload and script you have written.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 05:08 AM
Has anyone found the solution for this issue, I am also facing the same issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 11:28 AM
I'm getting the same issue.