ah0y
ah0y
the reason for this is because when content type is `application/x-www-form-urlencoded` the body needs to be uri encoded. take a look at https://elixirforum.com/t/help-with-httpoison-post/11315/4 for more info
the patch worked for me
> Running into the same issue. Can't downgrade Expo because we are using Expo Router v2. try upgrading to 49.0.10. I think that fixed the issue for me
getting the same error
also getting on android as well.
@jetaggart figured out my issue was `"use_continue_with_transitions"` was set to false. setting this to true via the cli fixed this error https://github.com/ory/kratos/pull/3273
I'm running into the same issue
okay so my issue was I was using memoized filters when switching between users so not using useMemo resolved it.