microsoft / BikeSharing360_BackendServices

BikeSharing360 Demo Apps Backend Services
90 stars 53 forks source link

Error FormatException - No valid combination of account information found. #7

Open rizky opened 7 years ago

rizky commented 7 years ago

When trying to upload image in user profile. await _profileService.UploadUserImageAsync(Profile, imageAsBase64); I received this exception "Error FormatException - No valid combination of account information found."

Did I miss some configurations?

eiximenis commented 7 years ago

Hi, Do you have more info on the exception? Have you updated the src\BikeSharing.Services.Profiles\appsettings.json file with the values of the avatarBlob and avatarsUrl? (if running services locally)