Closed johnpwrs closed 4 months ago
https://github.com/microsoft/react-native-code-push/issues/2527
this might actually be my issue. the behavior i am experiencing is exactly as described here, and i think i didn't see the 404s at first, among all the rate limiting errors.
Hello @johnpwrs thank you for reaching out. I tried to reproduce the issue on blank react-native app but after the timeout the api call gets called successfully on my side after rate limiting, so i assume there might be some issues with configuration. Could you please share a small demo app which reproduces this issue so i can investigate it further?
Closing due to inactivity.
Steps to Reproduce
...
AppRegistry.registerComponent('MyApp', () => codePush(codePushOptions)(Root));