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
{{ message }}
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
Hello,
I recently encountered a problem in my app that in firefox and safari the page got into an infinite reload loop. In chrome this did not happen. After much investigation I have found that the problem was in a specific tracking we did.
Changing the "url: window.location" to "url: window.location.href" has fixed the issue. I'm pretty sure this problem has started happening recently, possibly in the last week but not sure on the specific timeline.
The text was updated successfully, but these errors were encountered:
Oddly enough, removing the .min in the snippet to load the unminified version of analytics.js does not cause an infinite reload (when using window.location).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I recently encountered a problem in my app that in firefox and safari the page got into an infinite reload loop. In chrome this did not happen. After much investigation I have found that the problem was in a specific tracking we did.
Changing the "url: window.location" to "url: window.location.href" has fixed the issue. I'm pretty sure this problem has started happening recently, possibly in the last week but not sure on the specific timeline.
The text was updated successfully, but these errors were encountered: