Hi there,
There is a known issue with the attendees not showing up for some customers. The problem is being worked on and hopefully a fix will be released soon. I will attach this thread to the bug ticket, and someone will follow up with you here to let you know about the available update.
In the meantime, I have a possible workaround. Paste the following snippet in your child theme’s functions.php or in a functionality plugin.
add_filter( 'tribe_tickets_attendees_admin_expire', 'custom_tickets_attendees_expire' );
add_filter( 'tribe_tickets_attendees_expire', 'custom_tickets_attendees_expire' );
function custom_tickets_attendees_expire () {
return 0;
}
Let me know if that works for you!
Thanks,
Sky