cancel
Showing results for 
Search instead for 
Did you mean: 

Getting a 500 when post some raw json to a triggered pipeline

AdrianH
New Contributor II

I’m using postman to test the service, but also get this error when calling it through the browser.

Access-Control-Allow-Credentials →true
Access-Control-Allow-Headers →authorization, x-date, Content-Type, if-none-match
Access-Control-Allow-Methods →GET, POST, OPTIONS, PUT, DELETE
Access-Control-Max-Age →17600
Connection →keep-alive
Content-Length →250
Content-Type →application/json
Date →Wed, 26 Apr 2017 08:34:34 GMT
Server →nginx/1.10.1
X-SL-StatusCode →500
passing in a json file as raw

Anyone had experience of this error, anyhelp much appreciated.

6 REPLIES 6

eguo
Former Employee

@AdrianH, what do you see in Dashboard?

AdrianH
New Contributor II

To fix this I dropped off a JSON parser snap that was sitting in front of a copy, the copy is now the first snap in the pipeline with an open input and I’m no longer getting the 500 error.