-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix links to pages to include complete scheme + domain name #25
Comments
I think it might be a bit missed. I think it's because the domain needs to be set in the root of the app. Will check. |
We deployed this for City of Boulder and are seeing the same issue. When I take a look at the environment variables, GA_WEBSITE_URL is set correctly to the domain. |
I fixed this in Boulder's instance by hard-coding the domain into the index.html template. It looks like the content.js file needs to have the domain defined as a var under content.pages.push (line 18) but I'm unsure of where to parse it from. I don't know if it's part of the response from the endpoint call or not. |
Hmm. It may be a value that ought to be collected during the setup-app process. @migurski? |
Hi @phae, can you re-open this issue since my fix didn't work across both of our instances? Technically it's still broken for us (I fixed in our Heroku instance but it's basically a fork at this point). |
Sorry! Thought I had done! |
No worries, thanks! |
Report from a user:
The text was updated successfully, but these errors were encountered: