react-native-code-push icon indicating copy to clipboard operation
react-native-code-push copied to clipboard

Failed when downloading package

Open jopinfly opened this issue 11 months ago • 1 comments

We have deployed the code-push-server on AWS. My React Native application is encountering issues when downloading the update package, as the download URL returns a 127 address.

{ "deploymentKey": "CQhgYzvGjhUlgBG0jxV8ZRh1EkOZ41PbDWZjbx", "description": "qa_test", "label": "v1", "appVersion": "2.6.4", "isMandatory": false, "packageHash": "fa63fac1744abdb4a8c139245175826eacc5ab2293e4a5bb30738e762f517d7e", "packageSize": 11522363, "downloadUrl": "http://127.0.0.1:10000/devstoreaccount1/storagev2/3ow7fRNcXe2dCID5vBlhnClH4GFl41PbDWZjbx", "isPending": false, "failedInstall": false }

This address seems to be returned by Azurite. Could someone please help me with information on how to resolve this issue by modifying some configuration? Thank you very much!

jopinfly avatar Mar 18 '25 06:03 jopinfly

for self host, i think you should make an update in server-code

vokhuyetOz avatar Apr 02 '25 10:04 vokhuyetOz