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
If this is only happening on Android it's the same as #18837 and #21795.
RN has a bug in their ReadableMap class that's causing this. Current workaround people have until an official fix is made is calling ReadableNativeMap.setUseNativeAccessor(true) on the Java side, see the comments on those 2 issues for details.
Environment
Description
My backend send a response with several "Set-Cookie":
If I make a request to endpoint via Postman I'll get this:
That's OK!
If I make the request through React Native I'll get only last "Set-Cookie" in the response:
I made requests via
xmlHttpRequest
andfetch
. The result is the same.Reproducible Demo
New project + append the code there:
The text was updated successfully, but these errors were encountered: