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

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

dependencies

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=markdown-it&from_version=8.4.1&to_version=12.3.2&pr_id=564137ac-cc45-4b7d-9e38-85deab68e6b6&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

一直推不上来,打开日志后,是这个错误: ``` 2021-12-10T05:00:56.423996223Z [2021-12-10T05:00:56.423] [DEBUG] cps:utils:security - generate file identical 2021-12-10T05:00:56.424832214Z [2021-12-10T05:00:56.424] [DEBUG] cps:utils:common - createEmptyFolder Create dir /tmp/codepuh_MIWnkOYD0Ij94urO0DN7CQLwVvcRSpZ3/current 2021-12-10T05:00:56.42673283Z [2021-12-10T05:00:56.426] [DEBUG] cps:utils:common - deleteFolder 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:...

dependencies

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

dependencies

this is log: ![image](https://user-images.githubusercontent.com/22242219/139842307-8c0c8a58-4055-4c24-847a-c222cfe8c762.png) this is serverurl: ![image](https://user-images.githubusercontent.com/22242219/139842423-a0281eb8-cb02-46b7-bc8b-ba20c8253e18.png) 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...

![Screenshot 2021-02-24 105307](https://user-images.githubusercontent.com/50688655/108940681-c48de800-768e-11eb-9fd1-d5a52e3d7822.png) 观察发现非第一次上传完成,本机会向服务端发送 “GET /download/fx/xxxx” 请求,这个请求会出现“no such file or directory”报错。求解这个请求的作用是什么,相关代码是那一部分?