Danny Wamuya
Danny Wamuya
Hey, were you able to resolve this issue? I am currently experiencing something similar. The server function is called with a large body but then the request url in the...
@uninstallit Hey, I actually solved this. My mistake was sending a large payload in GET server functions. You should use POST if your payload is big.
I have a similar problem while trying to use setGenericPassword. Would highly appreciate any help with this if anyone was able to resolve it. Expected behavior is to be able...
Hey, I managed to solve my problem. It was an oversight, I realized I can't user react-native-keychain in expo. So incase you are using expo, you could opt for [SecureStore](https://docs.expo.dev/versions/latest/sdk/securestore/)