I'm currently facing an issue with my Next.js application when trying to share content on Facebook and Twitter. I've made sure to include the necessary open graph meta tags in the document's head section and I'm using React Helmet to dynamically change those meta tags. When I inspect the elements and check the head section, I can see that the open graph meta tags are being updated with the correct information. However, when I attempt to share on social media platforms, none of the open graph data is appearing in the post or tweet.
If anyone has any insights on what might be causing this problem and how I can resolve it, I would truly appreciate your guidance. I initially thought that adding the right meta tags would suffice for sharing, but I seem to have encountered some challenges. Any assistance you can provide would be invaluable!