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
Working on this one and I have no idea.
iOS is working fine, and GET method is working also fine on android AVD as well.
But POST/PUT/DELETE is not working.
I checked all the methods on Postman also works.
I also am also experiencing this issue on devices running android < 5. But emulators run fine
TyrealGray
changed the title
React Native http Fetch POST/PUT/DELETE not working on android AVD
React Native http Fetch POST/PUT not working on android AVD
Jan 30, 2017
@athmangude I finally found out the problem, #8237. Our server does not prepare api for "utf-8", and android avd sent requests with "charset=utf-8". So it cause 500 status error.
Working on this one and I have no idea.
iOS is working fine, and GET method is working also fine on android AVD as well.
But POST/PUT/DELETE is not working.
I checked all the methods on Postman also works.
The text was updated successfully, but these errors were encountered: