I'm stuck trying to edit photo from localhost. I try encoding my photo in base64 but it still fail.
Considering Aviary.Feather is intialized and works fines in production, here is a sample of my code :
var success = "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD.....";
$("#imageEditor").attr("data-id", id);
$("#imageEditor").attr("src", success);
imageEditor.launch({
image: "imageEditor",
url: success,
hiresUrl: success
});
It returns the error :
ERROR_SAVING_HI_RES:{code:18,message:"There was a problem saving your photo."}