It seems that the og meta is only visible on the static pages but not on the dynamic ones like blogs(which we have quite a lot…). Hoping that someone can come up with a solution here.
Hi, your code looks good, but when you access your project should see the following warning:
Could you look into updating your packages, then check if the issue still persists ?
(In an unrelated note, is there any reason for using getServerSideProps
instead of getStaticProps
?)
This is how I’m handling in plasmic
Also, could you check if it’s really expected for the Page Metadata Override
to be outside of the CMS Data Fetcher
?
Hi, but how is your setup ? It seems that the issue in your case is that you aren’t prefetching the data, could you check if that is present in your application Querying data with code components | Learn Plasmic ?
Hi, we are only using the visually editor so there is no dedicated code environment at this moment. Can this issue be fixed from the actual Plasmic editor? Thanks!
Sorry, I don’t quite follow, as your page is live and is not hosted with Plasmic Hosting, I imagine you do have some environment to serve those pages, it’s not possible to solve it only from the editor as it requires the prefetching of data that I mentioned in the previous reply, in this case that the page is based on dynamic data, you would like to return it already with the data populated from the server, so that the metadata is already present in the page.