stack icon indicating copy to clipboard operation
stack copied to clipboard

[BUG] Updating ProfileImageUrl is Broken

Open JBotwina opened this issue 8 months ago • 2 comments

I am trying to update the profile image url on the client with the following URL, but I am getting this error.

StackAssertionError: Failed to send request to https://api.stack-auth.com/api/v1/users/me: 400 Invalid profile image URL

This is likely an error in Stack. Please make sure you are running the newest version and report it.

Here is how i am calling it

 user.update({
        profileImageUrl:
         <url>
      }),

JBotwina avatar Apr 19 '25 19:04 JBotwina

Can you send me your broken profileImageUrl?

fomalhautb avatar May 12 '25 17:05 fomalhautb

@fomalhautb here: https://yv4bhzet7u.ufs.sh/f/wDrcXcNJIfX3NsMG9IlWdbfyCUa4ZIq9PhDF1pKiYwrcAOso

JBotwina avatar Jul 05 '25 21:07 JBotwina