URGENT! onMemberCreated not firing

@lfunk3 I just tested this hook with both approval flows and it is working as expected. The information you received from CS is incorrect and I will follow up internally. Please pass me the ticket number where you received the above response.

This is the code i tested in events.js (copied from docs, added a log)

export function wixMembers_onMemberCreated(event) {
  console.log("member created")
  const memberNickname = event.entity.profile.nickname;
  const creationEventId = event.metadata.id;
}

And here is the log created as expected when the approval is set to MANUAL (not yet approved) or AUTOMATIC