NextSeo Page level is not overriding the Default SEO
innonguyen opened this issue · 2 comments
innonguyen commented
Describe the bug
Background
- I had a Default SEO configured
- I had a customize NextSEO in the page /about (I called it PageSEO)
Situation
- PageSEO worked on localhost
- PageSEO worked when I deployed to production and use "Localhost Open Graph Debugger" for Chrome to wrap the original url (https://mysite.com/about) with a new url (https://og.nullnull.dev/site/<some_path>) and checked it on Sharing Debugger of Facebook (https://developers.facebook.com/tools/debug)
- PageSEO not working when I use direct url (https://mysite.com/about) to check on Sharing Debugger. It showed DefaultSEO.
Expected behavior
I expected Sharing Debugger to display PageSEO instead of DefaultSEO.
Additional context
I'm thinking it's a flaw in next-seo pagage or the Facebook Sharing Debugger Cache.
Do you have any idea?
garmeeh commented
Could you provide a small re-creation of this?
innonguyen commented
Hi, I figured out the problem. It blocked by redux-persist. Just remove it.