Closed kobyTT closed 8 months ago
Could you share a link to an example page on your website?
Hey @garmeeh, the issue seems to be related to PersistGate from redux-persist. I haven't been able to get it working yet, but I think it might be outside the scope of next-seo. Thanks anyway!
I'm using Next.js 13 with a page directory structure. In my project, I've set up a DefaultSeo tag in _app.tsx to manage global SEO settings. Additionally, in one of my pages, I'm utilizing the NextSeo tag to dynamically set metadata using getServerSideProps.
Despite successfully overriding the default Open Graph values (title, description, image) in the specific page, social media platforms consistently display the default values when I attempt to share the page link.
Steps to Reproduce:
One important note is that the dynamic metadata can be inspected in HTML, but it briefly flashes the default values for a fraction of a second before falling back to using the overridden values. However, this behavior is not reflected when sharing a link on social media platforms.