cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with extendedUserSchema

j_porras
Champ in-the-making
Champ in-the-making

Good Morning

Some time ago I performed an extension of user metadata, extendedUserSchema, in order to store more user information.

A moment ago I tried to modify the data of a user from the Platform, and all the metadata that I added in its day have disappeared. I have looked in the PostgreSQL database and the information is still there, but the fields to modify the metadata are not visible. It has returned to the serial configuration (username, firstname, lastname, company and email)

Nothing has changed in the project except the installation of the HF

How can I fix it and see the extended metadata of my extendedUserSchema again?

Thanks and regards

1 REPLY 1

Gregory_Carlin
Elite Collaborator
Elite Collaborator

Hello,

If your properties are available in the database, and available from API calls on the users, then it means your UI elements are incorrect or badly deployed.

Regards