Closed vunguyendhSTS closed 9 months ago
seeing similiar errors on our build too. The stacktrace is something like this:
Error: Error: write EPROTO 139978279597952:error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1563:SSL alert number 80
but in our case, the issue is on the ios bundle upload. Android is fine.
Our team also found that appcenter is now still had some issues, could this be related?
(screenshot for history purpose)
Having similar issue. Working fine on iOS but Android is failing. Device tries to download the update and just rollback on its own then CodePush is crashing app on restart.
We are using "react-native": "0.68.1", "react-native-code-push": "7.0.5",
FATAL EXCEPTION: main Process: com.chrobinson.navispherecarrier.dev, PID: 30865 java.lang.AssertionError: recreateReactContextInBackground should only be called after the initial createReactContextInBackground call. at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:88) at com.facebook.react.ReactInstanceManager.recreateReactContextInBackground(ReactInstanceManager.java:436) at com.microsoft.codepush.react.CodePushNativeModule$2.run(CodePushNativeModule.java:156)
Any luck from anyone on this? Still having issues where the push goes out and Android just auto rolls back after trying to update.
That issue is kinda scary; does that mean CodePush can actually crashes the app when they are down or something?
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
I am facing the same issue is there any solution for it?
any update on this?
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Expected Behavior
What you expected to happen?
Actual Behavior
What actually happens?
Reproducible Demo
Examples
folder runnode create-app.js appName react-native@0.61.5 react-native-code-push@6.0.0
command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.js
file content if neededEnvironment
(The more info the faster we will be able to address it!)