I’m having trouble with my site where the recommendation and links to my page are not populating the page’s card data. I have a feeling this might be something im doing in my proxy through the CSP or something through cloudflare, but I have other ghost instances running and this all works fine. It does not appear to be related to the theme as i’ve applied the theme to another instance and I was able to get data back in the card.
When i try to add the site, or add a link, nothing populates in the card view. in dev tools im seeing this returned.
for this post to my other instance - /ghost/api/admin/recommendations/check/
the below is returned
{"recommendations":[{"id":null,"title":null,"description":null,"excerpt":null,"featured_image":null,"favicon":null,"url":"https://myurl.net/","one_click_subscribe":false,"created_at":null,"updated_at":null}]}
How does this call work? I’m trying to understand how the call works to generate the card so I can see what I have modified that is blocking the generation of this card.