Hi recently the personal data section of our Wix site stopped working and after looking into it I narrowed it down to the use of the depreciated function wix-users-backend.getUser().
As per the instructions I migrated to the new function wix-members-backend.getMember() where I pass the member id and also a fieldset option { fieldsets: [ ‘FULL’ ] }.
However after inspecting the object returned from this function, the ‘customFields’ object is empty, even though in my contact list there are multiple custom fields, all will data present.
Any ideas?