Netlify default subdomain meta OG working, but primary domain OG not working

Hi there,

My OG default subdomain is working like a charm, however for my primary domain it is not. (this is only true for 2 routes as far as I can tell):
Default subdomain - https://ikit.netlify.app/
Primary - https://www.framsup.com/

If you look at the default subdomain vs the primary the OG seems to be ok in case of the default:
Screenshot 2020-10-29 at 9.37.51 PM

The other link that is not working as well is this one:
Screenshot 2020-10-29 at 9.39.33 PM

I am also leaving the <SEO /> console.log() bellow and in production for anyone to check out:

{title: "Framsup", description: "Tools and tricks of this generation, to build the success stories of the next one.", url: "https://www.framsup.com/", image: "https://www.framsup.com/static/2864945a1c2ee048bd7e9bf8c87db4af/framsupLogo.png"}
description: "Tools and tricks of this generation, to build the success stories of the next one."
image: "https://www.framsup.com/static/2864945a1c2ee048bd7e9bf8c87db4af/framsupLogo.png"
title: "Framsup"
url: "https://www.framsup.com/"

and

{title: "Assumption Mapper", description: "All ideas and concepts that you are working on hav…so to prioritise the ones that are more critical.", url: "https://www.framsup.com/app/framework/assumption-mapper", image: "https://www.framsup.com/static/60c9666b6098ce2907be5574d97715ca/9f0f7078fd9f1c8b5bf3a9e75db2dd5f.png"}
description: "All ideas and concepts that you are working on have numerous assumptions, this tool will help you recognise all the assumptions around your ideas and identify those that are more critical and uncertain.  With this very simple framework you will be able to only to map your ideas, but also to prioritise the ones that are more critical."
image: "https://www.framsup.com/static/60c9666b6098ce2907be5574d97715ca/9f0f7078fd9f1c8b5bf3a9e75db2dd5f.png"
title: "Assumption Mapper"
url: "https://www.framsup.com/app/framework/assumption-mapper"
__proto__: Object

Thank you for the help.

WhatsApp is not a tool to check for OG Tags. Use Sharing Debugger by Facebook: Sharing Debugger - Meta for Developers

Thank you, will try that to better understand what is going on.
However it still doesn’t make sense that for different links (with the same SEO and meta) you get different results on WApp as well as FB and others.

Well, for starters, WhatsApp shows OG only for first link when you share multiple links consecutively. That’s what I have noticed.