You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to update my user profile (fullname and username), but after clicking the update button, the profile did not update. An API call was sent to the endpoint POST /api/v1/users/<:user_id> with the correct body, but the server returned a 404 status code.
The text was updated successfully, but these errors were encountered:
I attempted to update my user profile (fullname and username), but after clicking the update button, the profile did not update. An API call was sent to the endpoint
POST /api/v1/users/<:user_id>
with the correct body, but the server returned a 404 status code.The text was updated successfully, but these errors were encountered: