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
when i was calling ExJira.Dashboard.all() this api it will gives me the below error -
{:error, "Invalid content-type returned: text/plain"}
i also change the
%HTTPotion.Response{
body: body,
headers: %{hdrs: %{"content-type" => "application/json;charset=UTF-8"}}
} to
%HTTPotion.Response{
body: body,
headers: %{hdrs: %{"content-type" => "text/plain;charset=UTF-8"}}
} in request.ex but it will not work . can you please help me to solve it ?
The text was updated successfully, but these errors were encountered:
when i was calling ExJira.Dashboard.all() this api it will gives me the below error -
{:error, "Invalid content-type returned: text/plain"}
i also change the
%HTTPotion.Response{
body: body,
headers: %{hdrs: %{"content-type" => "application/json;charset=UTF-8"}}
} to
%HTTPotion.Response{
body: body,
headers: %{hdrs: %{"content-type" => "text/plain;charset=UTF-8"}}
} in request.ex but it will not work . can you please help me to solve it ?
The text was updated successfully, but these errors were encountered: