-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[React-Native] [iOS] Middleware stop working when turn off remote debugging #162
Comments
Hi @cynamon can you provide any more detail about this? A sample would be very helpful for us to investigate this issue |
yes, middleware stop working when i use ios simulator. |
the same for me
after LOGIN_BEGIN componentWillReceiveProps called and then but with enabled NETWORK debugger in REACT NATIVE DEBUGGER everything work (react-native run-android) also, I found that it works fine with HTTP localhost API requests, and brakes with requests to staging. UPDATE that was caused by wrong content-security header in be response |
Sorry, I haven't used this middleware in a react native app, but everything should work as long as there is a global @zggb your update -- does that mean you have |
Also facing a similar problem on react native iOS.. in my case I can be able to make API calls with Android, but on iOS I get a 401 error("Authentication credentials were not provided.")... and I am 100% sure I have passed in the headers correctly. |
This middleware stops working on iOS when remote js debugging is turned off. On android everything is ok.
The text was updated successfully, but these errors were encountered: