CagriAldemir / react-cache-buster

This package allows clients to automatically check the new version when a new version is released in the production environment, and if a new version is published, clearing the cache and reload the page.
MIT License
61 stars 23 forks source link

SEO invalidation #15

Open lucaBuccarello opened 2 years ago

lucaBuccarello commented 2 years ago

The module doesn't allow crawlers to reach meta tags using nextjs.

Divyen2310 commented 1 year ago

After updating my next js app 12 to 13, I am getting the below error and if I import CacheBuster with SSR false this is working but I have no Idea Is this cause issue in SEO or not image