Referrers never shows full URL path, only top-level domain #2501
Unanswered
joshavant
asked this question in
Self-Hosted Support
Replies: 2 comments 6 replies
-
This could be due to github's ReferrerPolicy. You could confirm it by clicking on a link to your website from GitHub with dev tools active and check document.referrer in the console. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Kinda wonder if @ruslandoga might know what to do here. :) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version: 1.5.0-rc2
Hi all,
When I view my dashboard, Referrers data never shows a full URL path (e.g. 'github.com/joshavant'), it only shows the top-level domain (e.g. 'github.com').
Here's an example (this is what I see after I click on 'GitHub' in the 'Sources' module):

This occurs for all sources, including Twitter and any other domains.
The only relevant hosting information that I can think to include is that my server is hosted on AWS Lightsail and I'm using AWS API Gateway as an HTTPS proxy to the static IP of the Lightsail instance. The configuration is entirely default.
Beta Was this translation helpful? Give feedback.
All reactions