Gues_t Posted September 17, 2017 Report Posted September 17, 2017 community.profileSettings({"image": aimage,"format": "jpg"}, function(err) {if (err) {console.log("Error to set profile");console.log(err);}else {console.log("Profile avatar has been changed");console.log(url); }}); It is writing thar "Profile avatar has been changed", but it's not like that Quote
Dr. McKay Posted September 17, 2017 Report Posted September 17, 2017 Probably because you're using profileSettings and not uploadAvatar. Zorenko 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.