electrode-io / electrode-ota-server

Electrode Over The Air Server for hot deployment of React Native and Cordova mobile apps
Other
204 stars 40 forks source link

downloadURL : undefinedhttp #6

Closed bguedel closed 6 years ago

bguedel commented 7 years ago

while trying to get the files from the file server, i have my setup such as

    "electrode-ota-server-fileservice":{
              "options": {
                "downloadUrl": "http://my.url.com/storagev2"
              }
        },

however my payload is showing up as such

"downloadURL": "undefinedhttp://my.url.com/storagev2/superlonghashthatdoesntreallymatter",

I believe the issue exists here with an extra set of parens

here is the POC https://jsfiddle.net/hLdL4dn5/

taina0407 commented 7 years ago

Fixed and waiting for merge in #8

sdg9 commented 7 years ago

FYI #8 is merged this issue can be closed.