Errors returned from a skill call have an incorrect 'content type' of text/plain #1385
Labels
Area: Skills
The issue is related to skills
bug
Indicates an unexpected problem or an unintended behavior.
P1
Painful if we don't fix, won't block releasing
Size: S
The issue is simple and well understood, it will take a day or less to complete
Version
latest
Describe the bug
If an exception occurs when a skill calls the skill host, the content type header is text/plain when it should be application/json
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This results in 'Cannot deserialize content-type: text/plain'', and it is extremely difficult to determine the actual underlying error.
The text was updated successfully, but these errors were encountered: