You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that on an exported website the analytics javascript bundle loads twice. I'm assuming this is because it loads the SSR version first, then again the client version. Would it make more sense to ignore the SSR version of analytics and only load the bundle on onMount()?
The text was updated successfully, but these errors were encountered:
Yes, based on the network information that I attached above that it loads the js?id=UA- bundle twice. First time initiated from the script tab, the second time from client... which looks like the client generated script tag.
Uh oh!
There was an error while loading. Please reload this page.
It seems that on an exported website the analytics javascript bundle loads twice. I'm assuming this is because it loads the SSR version first, then again the client version. Would it make more sense to ignore the SSR version of analytics and only load the bundle on
onMount()
?The text was updated successfully, but these errors were encountered: