Multiple 'Set-Cookie' header values in HTTP response are not respected on Android RN 0.60.4 - only the last one shows up in JS. Multiple 'Set-Cookie' headers are concatenated into a string (correctly) on iOS. React Native version: 0.60.5
So, why I was mounting it in Vue was for setting the header, the only thing I can think off is that this might be related in the code since this call does not actually return a cookie. Vue setting axio header - no cookie see image ...