Hydration mismatch
Hi!
The AdSense module in my Nuxt3 app results in a hydration mismatch.
One would think that wrapping the AdsByGoogle tag <ClientOnly> would help:
<ClientOnly>
<AdsByGoogle />
</ClientOnly>
The hydration messages disappears, but then AdSense gives the following error:
Uncaught TagError: adsbygoogle.push() error: All 'ins' elements in the DOM with class=adsbygoogle already have ads in them.
Eitherway, i get errors logged to the console.
Does anyone know how to fix this?
kind regards, Marco
I'm encountering the same issue as well
I think this module is already obsolete. No support for this problem?
Same. Also for me , ads (in same spot/placeholder) are sometimes loaded , sometimes not on PRODUCTION. No network errors.