I have an app in NextJS and when I'm sending a link to specific page I get:
which is the favicon and title and description tags.
but I want to be able to embed links in WhatsApp/ Slack etc... with dynamic titles and descriptions from the data related to a specific link
The link looks like this: {hostname}/report/{id}
for each Id I need different name + description
I tried to move everything to SSR but and setting the Head with the tags, and still doesn't worked...
thanks!
