code-push-server
code-push-server copied to clipboard
CodePush service is hot update services which adapter react-native-code-push and cordova-plugin-code-push - 热更新
codepush_1 | events.js:292 codepush_1 | throw er; // Unhandled 'error' event codepush_1 | ^ codepush_1 | codepush_1 | Error: ENOENT: no such file or directory, stat '/tmp/codepush_Rd4aE0CTF0cygNFqYQ8yPzIHTcBzkect/542ecad5555da5dc46708780880cb8e6ecf7206128e634a972308a33fc11ce48/dataCenter/CodePush/index.html' codepush_1 | Emitted...
"react-native": "0.61.5", "react-native-code-push": "5.6.0", 问题:app推了热更新后,重新打包生成apk,安装apk后打开会提示热更新,按理来说重新打包生成的apk应该是最新的,不会提示热更新,在ios端是能达到这个预期,但是android端出现问题。 并且在react-native0.57.4,react-native-code-push版本也是5.6.0,android端与iOS端均能达到预期,请问是打包的时候的问题吗?
多版本发布失败
最新的版本,如果使用`-t '1.0.5'`可以,使用`-t '1.0.1-1.0.5'`,会提示更新,但是更新重启后,实际没有更新成功。使用`-t '>=1.0.1
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
1. After I use this command code-push release-react android android -t \"5.0.2\" --des \"热更新(添加:确定订单备注功能)\" -m true -d Production 2. code-push-server server display "404 Not Found  " * react-native-code-push version:...
搭建完服务器后,也跑了有段时间了,服务器突然出现这个异常,并且也重启不了了 
BUG: deploy report use the params: `previousDeploymentKey ` `previousLabelOrAppVersion ` different from the https://github.com/microsoft/code-push/blob/6f9c5ea519e26a65d9bf9530ecc6b825cd9e53d4/src/script/acquisition-sdk.ts#L182-L188 FIX: `previous_deployment_key ` `previous_label_or_app_version `
BUG: history query return the rollout: 100 directly FIX: return the package's rollout
当我app端提交的版本号太大的时候:10036.0.0,最后一步提交上去的时候会报错 Releasing update contents to CodePush: Upload progress:[==================================================] 100% 0.0s [Error] targetBinaryVersion 10036.0.0 not support. 请问这个是在哪里设置版本支持大小吗?怎么解决呢,谢谢
半年过去了, 能麻烦更新一下docker镜像么? @lisong