Solved

Unable to view details error message

  • 9 August 2021
  • 1 reply
  • 4 views

I am creating some SmartObject Odata API.

 

When I consumed some API from Postman, the error was prompted "An error has occurred." without any details. It is difficult to investigate what is the issue.

 

Anybody knows the way to export more details of error (inner exception) from API response for me to understand what is the issues are facing

 

Thanks,

Joseph

 

19119iD4C7B787004AC19A.png

icon

Best answer by khanh 9 August 2021, 17:08

View original

1 reply

Userlevel 2
Badge +10

Hi Joseph,


 


It looks like the call is a Save method and it's passing in base64 file. Do you see similar error when manually executing the SmartObject from Management site? Perhaps, the file size is too big in this case. You can enable logging for the OData API to further troubleshoot the issue.


https://help.nintex.com/en-US/k2five/icg/current/default.htm#Configure/RESTAPILogging.htm


 

Reply