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
In the ga.js file, the example domain has a trailing slash
But unfortunately the origin returned by Netlify is bereft of the trailing slash [I'm not sure of vercel etc]
leading to
Perhaps in the README and as comments in ga.js we need to draw users attention to it....its a simple but tricky bug; it takes some time to debug...or the equality comparison needs to disregard the trailing slash.
Or the example [industrail empathy needs to be shown without the trailing slash]
The text was updated successfully, but these errors were encountered:
cc @cramforce ,
My issue is very specific to Netlify deployment..
In the ga.js file, the example domain has a trailing slash
But unfortunately the origin returned by Netlify is bereft of the trailing slash [I'm not sure of vercel etc]
leading to
Perhaps in the README and as comments in ga.js we need to draw users attention to it....its a simple but tricky bug; it takes some time to debug...or the equality comparison needs to disregard the trailing slash.
Or the example [industrail empathy needs to be shown without the trailing slash]
The text was updated successfully, but these errors were encountered: