Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

New deployment is not applied. #1566

@ohjeyong

Description

@ohjeyong

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):

Steps to Reproduce

  1. Deploy new bundle
  2. Call codePush.checkUpdate()
    3.Check downloadUrl

Expected Behavior

What you expected to happen?
Update successful or downloadUrl works fine.

Actual Behavior

What actually happens?
Update is not applied even though chcekUpdate returns new bundle label and download url. Also, that downloadUrl is not working too.

Reproducible Demo

  • Download https://github.com/Microsoft/react-native-code-push/archive/master.zip and unzip. From Examples folder run node create-app.js appName react-native@0.47.1 react-native-code-push@5.0.0-beta command to generate plain CodePushified React Native app. Please see description on top of create-app.js file content if needed
  • If you can't reproduce the bug on it, provide us as much info as possible about your project

Environment

  • react-native-code-push version: 5.6.0
  • react-native version: 0.59.5
  • iOS/Android/Windows version:
  • Does this reproduce on a debug build or release build? release build
  • Does this reproduce on a simulator, or only on a physical device? physical device

(The more info the faster we will be able to address it!)

I have used this package in last 6 month. It works perfectly fine. However, today, while I'm working on minor javascript update to my app, I found that the new deployment bundle is not applied. I tried to deploy it as mandatory, but still update is not applied. I confirmed that new bundle is uploaded successfully in appcenter.
I call codePush.checkUpdate() then it returns new bundle label. However, new bundle downloadUrl is not working. If I copy and paste downloadUrl in browser, 404 returns like below image.
Screenshot from 2019-04-22 19-51-28
I think azure cdn is broken. Can you check?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions