Dynamic Opengraph Image in Next.js 13 App Router 🖼️ #nextjs #nextjs13 #nextjstutorial

preview_player
Показать описание


📣 Follow Coding in Flow on social media:
Рекомендации по теме
Комментарии
Автор

Few days back i created my personal portfolio website using nextjs13 and for the data i used local json files but after sometime when it started to get real messy i thought it would be nice if i could just have a backend which takes the required fields then send the data to database for this i used nextjs for front-end and backend and prisma as orm and mongodb as database, now when i pulled data from mongodb in my personal portfolio website it just gets cached and if i just update a new skill from backend website then it was not reflecting in my personal portfolio website but when i used client components to fetch data on every page load then it was working seamlessly, can you tell me what i did wrong when i was using server components

bhaveshyadav
Автор

What if I want to show other pages in my search results like when you search Next.js you not only get next's homepage along with other pages like the documentation page and installation page

kasper
Автор

Do you know why the nextjs opengraph stuff is working with all other social platform like twitter, facebook, linkedin, etc. but isnt working with IMessage? All the metatags are there

blossomdoom