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
Describe the bug
After upgrading Refit from version 5.2.4 to version 6.0.38, without changes on my backend API and the refit interfaces, I started to get 502 Bad Gateway errors on calls to the API. Simply reverting back to version 5.2.4 made it work again.
This is a Xamarin.Forms (5.0.0.2083) app (Android), .NetStandard 2.1
The issue happens both on the actual physical device and on the emulator.
I can try to provide more details if needed.
Thanks!
Steps To Reproduce
In my case, it was a simple matter of upgrading the Refit nuget package., as mentioned before.
Expected behavior
Calls should work the same way and have same outcome on the latest Refit version
Screenshots
Environment
OS: Android
Device: Emulator running Android 9); Redmi Note 8 Pro (Android 10)
Version: 6.0.38
Working version: 5.2.4
OS:
Device:
Version:
Working Version:
Additional context
The text was updated successfully, but these errors were encountered:
There's not much to look at here without specifics. There are several breaking changes in 6.x as noted in the release note, including changing the default seralizer.
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface. - GitHub - reactiveui/refit...
Describe the bug
After upgrading Refit from version 5.2.4 to version 6.0.38, without changes on my backend API and the refit interfaces, I started to get 502 Bad Gateway errors on calls to the API. Simply reverting back to version 5.2.4 made it work again.
This is a Xamarin.Forms (5.0.0.2083) app (Android), .NetStandard 2.1
The issue happens both on the actual physical device and on the emulator.
I can try to provide more details if needed.
Thanks!
Steps To Reproduce
In my case, it was a simple matter of upgrading the Refit nuget package., as mentioned before.
Expected behavior
Calls should work the same way and have same outcome on the latest Refit version
Screenshots
Environment
OS: Android
Device: Emulator running Android 9); Redmi Note 8 Pro (Android 10)
Version: 6.0.38
Working version: 5.2.4
Additional context
The text was updated successfully, but these errors were encountered: