During the downloading of a restricted item, when the user has to provide some information about themselves, the data is saved into the user_metadata table. However, the IP address insertion does not work correctly. The IP address is inserted based on the count of downloads, resulting in more than one record in the end.
During the downloading of a restricted item, when the user has to provide some information about themselves, the data is saved into the user_metadata table. However, the IP address insertion does not work correctly. The IP address is inserted based on the count of downloads, resulting in more than one record in the end.
Useful endpoint: ClarinUserMetadataRestController -> manageUserMetadata