Problem with extendedUserSchema

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

0 votes

1 answers

710 views

ANSWER



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

0 votes