muenzpraeger / salesforce-einstein-platform-apex

Apache License 2.0
88 stars 51 forks source link

Can't run an image classification prediction from a URL #64

Closed pozil closed 6 years ago

pozil commented 6 years ago

When trying to run an image classification prediction from a URL, the following Lightning error occurs:

Uncaught Action failed: c:EinsteinPredictionArea$controller$predictURL [Cannot read property 'length' of undefined]

screen shot 2018-02-13 at 20 46 38

Note, when uploading the file and running the prediction, everything works as expected.