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 - 热更新
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
 
``` 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端口