Tab events not showing on website, from Facebook API

I am embedding a Facebook events feed through their API to my website (I have a developer account and I am logged into it), however after using the Facebook plugin part https://developers.facebook.com/docs/plugins/page-plugin/# and selecting the event tab, it just shows a header of the page, and nothing else: (Result of the problem here: https://www.hairydogvenue.co.uk/gig-guide )

Is this just a bug on Facebook’s side? It was working fine for many months before, I am also an admin of the page in question.

iframe code here:

<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fthehairydogderby&tabs=events&width=500&height=850&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=505386827636891" width="500" height="850" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>