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

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 the following...

我写了^5.3.35,但是更新并不生效

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 the following...

My other machines have mysql and redis. I want to know how to modify these addresses.

`http://www.code-push.com/login` 登陆报错 502

![image](https://user-images.githubusercontent.com/8229766/62276676-2a949800-b477-11e9-85d8-fc78c345c28d.png) ![image](https://user-images.githubusercontent.com/8229766/62276818-6e879d00-b477-11e9-8ce0-157cc317686e.png)

``` proto.sendRegisterCode = function (email) { if (_.isEmpty(email)) { return Promise.reject(new AppError.AppError("请您输入邮箱地址")); } return models.Users.findOne({where: {email: email}}) .then((u) => { if (u) { throw new AppError.AppError(`"${email}" 已经注册过,请更换邮箱注册`); } }) .then(()...

``` return packageManager.parseReqFile(req) .then((data) => { throw new AppError.AppError("upload file type is invalidate"); if (data.package.type != "application/zip") { log.debug(`upload file type is invlidate`, data.package); } ``` 直接丢出异常是个啥意思?正常的请求无法通过

执行 docker stack rm code-push-server 然后重新 docker stack deploy -c docker-compose.yml code-push-server 然后执行 docker ps 查看发现还是 3000端口