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
While working on #486, I noticed that it seems like the upload/pageview counter doesn't seem to be appearing properly.
It's appearing this way on both beta and master, both on Chrome v 58.0.3029.110 and Firefox v 52.0. No extensions on either.
I get the following errors in the console.
Beta:
Master:
This happens when I'm using the website on both http and https, with or without extensions, on both Firefox and Chrome.
Looks like a CORS issue. I'm wondering if the ga-controller needs to be moved to to the top-level directory now that the server is being run from there instead of from within the folders.
That's my best guess at least. Otherwise, I'm clueless.
The text was updated successfully, but these errors were encountered:
I took a look at this and noticed an error message in the production server logs that was being reported whenever the server reported something to Google Analytics. I resolved the error (it was an incorrect path) and the counter appears to be working again. We should observe this a little more before closing. This fix may also have resolved the equivalent GRNmap issue (kdahlquist/GRNmap#213 I think?).
I just took a quick look. GRNsight is now reporting again, but GRNmap is only recording pageviews, but not times downloaded. However there is something else strange about GRNmap--The GRNmap homepage is reporting 298 views, but every other page is reporting 712. I find it extremely unlikely that each page would have the exact same number of views. I'll post on the GRNmap issue as well.
While working on #486, I noticed that it seems like the upload/pageview counter doesn't seem to be appearing properly.
It's appearing this way on both beta and master, both on Chrome v 58.0.3029.110 and Firefox v 52.0. No extensions on either.
I get the following errors in the console.
Beta:
Master:
This happens when I'm using the website on both http and https, with or without extensions, on both Firefox and Chrome.
Looks like a CORS issue. I'm wondering if the ga-controller needs to be moved to to the top-level directory now that the server is being run from there instead of from within the folders.
That's my best guess at least. Otherwise, I'm clueless.
The text was updated successfully, but these errors were encountered: