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 - 热更新
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 8.4.1 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...
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...
一直推不上来,打开日志后,是这个错误: ``` 2021-12-10T05:00:56.423996223Z [36m[2021-12-10T05:00:56.423] [DEBUG] cps:utils:security - [39mgenerate file identical 2021-12-10T05:00:56.424832214Z [36m[2021-12-10T05:00:56.424] [DEBUG] cps:utils:common - [39mcreateEmptyFolder Create dir /tmp/codepuh_MIWnkOYD0Ij94urO0DN7CQLwVvcRSpZ3/current 2021-12-10T05:00:56.42673283Z [36m[2021-12-10T05:00:56.426] [DEBUG] cps:utils:common - [39mdeleteFolder delete /tmp/codepuh_MIWnkOYD0Ij94urO0DN7CQLwVvcRSpZ3/current success. 2021-12-10T05:00:56.441117016Z (node:33)...
react-native v0.64 react-native-code-push v7.0.2 IOS端目前没有测试, 安卓端每次发布新的热更新包之后, 重启app, app通过接口调用能够拿到最新的包. 但是再次重启app以应用更新的时候, app会崩溃一次, 错误日志如下: com.facebook.jni.CppException: facebook::react::Recoverable: Could not open file/data/user/0/ANDROID_PACKAGE_NAME/files/CodePush/5f5fcb1234dbae2b8b24e615c657d6614483fc9d7f0daada03886f36d05c4ca0/CodePush/index.android.bundle: No such file or directory at com.facebook.react.bridge.CatalystInstanceImpl.jniLoadScriptFromFile(Native Method) at com.facebook.react.bridge.CatalystInstanceImpl.loadScriptFromFile(Unknown Source:2) at com.facebook.react.bridge.JSBundleLoader$2.loadScript(Unknown...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.211.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...
无法发布更新
code-push release-react *** 前几天还可以,今天不知道为何不行了,使用源码方式搭建的server > Upload progress:[==================================================] 100% 0.0s [Error] 504 Gateway Time-out 504 Gateway Time-out nginx
Bumps [validator](https://github.com/validatorjs/validator.js) from 10.6.0 to 13.7.0. Release notes Sourced from validator's releases. 13.7.0 13.7.0 New Features #1706 isISO4217, currency code validator @jpaya17 Fixes and Enhancements #1647 isFQDN: add allow_wildcard option...
[CodePush] An unknown error occurred , [CodePush] 404: Not Found ,[CodePush] Report status failed:
this is log:  this is serverurl:  code-push deployment h TestCodePushAndroid Production --format json the result is: meekoma@MeekodeMacBook-Pro ~ % code-push deployment h TestCodePushAndroid Production --format json (node:22899) Warning:...
code-push release-cordova mobile-vue-template-android android -d Staging --noDuplicateReleaseError --mandatory -t '^2.0.0' (node:97194) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the...
 观察发现非第一次上传完成,本机会向服务端发送 “GET /download/fx/xxxx” 请求,这个请求会出现“no such file or directory”报错。求解这个请求的作用是什么,相关代码是那一部分?