-
Next.js project is working on browser as excepted. But Facebook debug to only read data from _app.js but not from other pages.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You mean you cannot see the preview and title ? If that's the case check if you have added the Open graph meta tags properly |
Beta Was this translation helpful? Give feedback.
-
Its is resolved. I was using redux-persist. Because of that serverside is not render other pages. But client is rending. |
Beta Was this translation helpful? Give feedback.
Its is resolved. I was using redux-persist. Because of that serverside is not render other pages. But client is rending.
I just remove redux-persist for server using process.browser global veriable.