code-push-server icon indicating copy to clipboard operation
code-push-server copied to clipboard

CodePush service is hot update services which adapter react-native-code-push and cordova-plugin-code-push - 热更新

Results 153 code-push-server issues
Sort by recently updated
recently updated
newest added

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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lodash&from_version=4.17.5&to_version=4.17.16&pr_id=a83c64df-3af9-46f4-9f49-6277b23a72bd) #### 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 ![TIM图片20200203160254](https://user-images.githubusercontent.com/28852068/73635748-21db8380-469f-11ea-9bfa-79e6ee9b51cb.png) " * react-native-code-push version:...

搭建完服务器后,也跑了有段时间了,服务器突然出现这个异常,并且也重启不了了 ![image](https://user-images.githubusercontent.com/30071734/83586611-82140080-a57f-11ea-969b-4f570b235ffa.png)

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