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...
 ### Snyk has created this PR to fix 5 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
 ### Snyk has created this PR to fix 18 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
各位大神好,我使用以下版本 react-native": "0.63.5", react-native-code-push": "6.4.1", 本地部署 code-push-server :0.5.4 [email protected] 安卓做如下配置 private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) { @Override public boolean getUseDeveloperSupport() { return BuildConfig.DEBUG; } @Override protected String getJSBundleFile()...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
热更新失败,这是什么原因造成的啊
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` ⚠️ Warning ``` Failed...
看了一下文档教程,大部分都已过时了,作者,你都不更新文档的吗 登录 code-push login http://localhost:3000 输入从浏览器获取的token,直接报错: [Error] Not Found @lisong
微软开源的code-push-server链接:https://github.com/microsoft/code-push-server/tree/main code-push-server的api目录(中间件:用来本地电脑运行链接云azure服务存储账户或者本地模拟的azure存储账户): 文档链接:https://github.com/microsoft/code-push-server/blob/main/api/README.md 本地运行时,api需要配置的环境变量说明:https://github.com/microsoft/code-push-server/blob/main/api/ENVIRONMENT.md code-push-server的cli目录(cli工具:通过命令用来调用中间件集成的方法增删改查azure存储账户的的数据) 文档链接:https://github.com/microsoft/code-push-server/blob/main/cli/README.md 我现在正在基于微软开源的code-push-server做私有化热更新迁移。 自己通过code-push-server目录下的api文档示例命令(code-push-server的api文档的azure对应部分内容,链接azure云服务。执行部署关联到的文件是codepush-infrastructure.bicep,可以在github仓库能看到此文件)建立了一个codepushstoragernapp存储账号。可以登录上述提供账号查看对应的存储账户。https://codepush-rnapp.azurewebsites.net 是codepush-infrastructure.bicep这个文件在部署过程中生成的一个域名链接,也可以在azure云服务面板上能找到,对应的是codepush-rnapp。在目前卡在这么一个问题上,在做oauth应用注册私有化的codepush账号的时候,github配置好对应的链接后,通过code-push-server cli的code-push-standalone register https://codepush-rnapp.azurewebsites.net 命令去打开注册时,https://codepush-rnapp.azurewebsites.net/auth/login?hostname=xxx这个链接返回的是Cannot GET /auth/login ,导致无法成功注册私有化的codepush账号。目前猜测有两种可能。第一个种是可能需要配置ngx做一下转发git注册页面,但文档没有提及到?第二个可能SERVER_URL配置链接根本不是https://codepush-rnapp.azurewebsites.net/。而是codepushstoragernapp存储账户的资源访问链接,可能需要配置出来?
This is GPT translation, but it seems to be true.