Failed when downloading package
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!
Source: microsoft/react-native-code-push