Hi
After several hours of testing and experimenting, I had found out that Facebook crawler is missing open graph meta tags generated by react-document-meta.
The following meta tags were created by react-document-meta in the head but were never read by Facebook crawler

until I had to hardcode the OG meta tags like the following:

The only difference I see between the two meta tags is the 'rdm' data attribute
Hi
After several hours of testing and experimenting, I had found out that Facebook crawler is missing open graph meta tags generated by react-document-meta.
The following meta tags were created by react-document-meta in the head but were never read by Facebook crawler

until I had to hardcode the OG meta tags like the following:
The only difference I see between the two meta tags is the 'rdm' data attribute