You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2021. It is now read-only.
Making a GET request to this endpoint with an accept header of "application/json" returns an empty response with a status code of 200, as expected.
Making a GET request to this endpoint with an accept header of "text/xml" or "application/xml" returns a 500 internal server error with the following exception:
The type arguments for method 'Nancy.ISerializer.Serialize<TModel>(string, TModel, System.IO.Stream)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
The text was updated successfully, but these errors were encountered:
Given a simple model which simply returns a 200 response:
Making a GET request to this endpoint with an accept header of "application/json" returns an empty response with a status code of 200, as expected.
Making a GET request to this endpoint with an accept header of "text/xml" or "application/xml" returns a 500 internal server error with the following exception:
The text was updated successfully, but these errors were encountered: