-
Notifications
You must be signed in to change notification settings - Fork 212
[Prod] Can't update Profile Information on newly created users #5638
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
Comments
@urwithat Can you take a look in this one please? |
@LieutenantRoger - I'm used the following curl don't see an error: curl --location --request GET 'https://api.topcoder.com/v3/members/customeruser/traits' Has something been changed? |
@urwithat The request need be |
@urwithat , looks like the issue is with the |
@luizrrodrigues - Thanks for pointing out the pout request. This is the current data for work trait:
Have cleaned it up to:
This has fixed the issue of data corruption for member @nursoltan-s @luizrrodrigues - can you help me understand how the following details were added to the work trait as the frontend does not support the attributes: jobDescription, jobAchievements, technologies! Seems like someone has been adding details via curl commands. Kindly let me know the root cause of this issue if known. |
@SathyaJayabal - Thanks for the information, I could not recollect the older req. |
@urwithat , we just needed that data cleaned up. can u just remove that trait altogether for the user please? i still see some error while adding a work. |
@urwithat , thank you data is good now |
Describe the bug
Cannot update user traits (v3) on Profile page on production environment. Error only occurs "newly" created users. (works fine on old users)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
User can update their profile information without error.
Screencast
Screencast.2021-07-09.23-38-34.mp4
Desktop (please complete the following information):
Additional context
Not only "Basic Info" tab, also "Language, Education ..." are not working on newly created accounts.
The text was updated successfully, but these errors were encountered: