Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The user profile update functionality is broken #330

Open
skdishansachin opened this issue Dec 3, 2024 · 1 comment
Open

The user profile update functionality is broken #330

skdishansachin opened this issue Dec 3, 2024 · 1 comment

Comments

@skdishansachin
Copy link
Contributor

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.

@skdishansachin
Copy link
Contributor Author

skdishansachin commented Dec 3, 2024

I believe the possible reason for this issue is that the commit removed the route mapping for user profile updates.

f6b23dc#diff-72f1b82ba0e03174b4408f53266e17b1a84ef5ebbfe74060e939db66f92e0586L146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant