Nextjs 14 metadata not embedding videos
I am using nextjs and have a /share/[id]/page.tsx
route in my project and when the user enters a video Id after the share/
I want to fetch all the information about the video from the database and add the the video mp4 S3 bucket url to the open graph
so that if the link mydomain.com/share/22
is pasted on twitter, discord, gmail etc. it should dynamically embed its own video player and fetch from the url and play the video.