Hi,
I’m trying to do a post request with skuid to an external api. Everything works fine in the post request (the payload is send and it arrives on the other endpoint) but I also need to retrieve the response from the post and cast it to a my skuid model ( the response is an array)…here is my configuration
I can’t understand where I can fill the type of the response of my post method (casted to my skuid model)…
I also try to debug in dev tools and I get this error (I don’t know if It is related with this problem)
<{“statusCode”:500,“type”:“exception”,“ref”:false,“action”:“Unknown”,“method”:“Unknown”,“message”:“Content type ‘null’ not supported for Visualforce remoting request. Expected ‘application/json’.”,“where”:“”,“data”:“”,“vfTx”:true,“vfDbg”:true}]