Hi all,
I am facing some issues with the dynamically generated OG banners
They are automatically generated & stored after adding/deleting a startup.
In the meta-tags of each page, you can see the correct link to each banner being set.
However when sharing on Twitter or using a meta tags validator, it does not display the image.
I have SSR turned (ssr:true in nuxt config) on but I just made a call from Postman and it does look like the initial response does not contain any of my dynamically set meta tags. Also it just displays the empty document, no content in it.
Anyone an idea how I can handle this?
Thank you!