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
Adding to @olleolleolle comment, I'd also suggest to add the logger middleware and share the response logs with us, so we can see if there's anything weird with the response.
Please note by default the logger only logs the response headers, so make sure you pass the right options to it (and obviously redact any sensitive data before sharing them with us):
Basic Info
Issue description
Steps to reproduce
This is my current code
My Rails app used Faraday v0.9 very well and returned a response like this
But right now, with Faraday v2.10.1, it returns
Some ways I tried but didn't work:
content-type
CHECKLIST (delete before creating the issue)
Issue description
andSteps to Reproduce
sections.The text was updated successfully, but these errors were encountered: