-
Notifications
You must be signed in to change notification settings - Fork 573
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
During sign in, redirect link does not goes to original page #474
Comments
Do you have a link to a page on your blog? |
@jdanyow I also have the same problem. jekyll _config : permalink: pretty post shin in with github a tag's href is "https://api.utteranc.es/authorize?redirect_uri=http%3A%2F%2Foffetuoso.github.io%2F" link go to https://offetuoso.github.io/?utterances='parameter' jekyll _config : /:title/ same too, i need help 😅 |
@offetuoso utterances uses the page's canonical link when available. This page's canonical link is missing the path. <link rel="canonical" href="http://offetuoso.github.io/"/> |
@jdanyow thanks ! |
using guidance from utterance/utterances#474
I had the same issue with the redirect on sign-in. When I inspect the page, I see the following warning:
|
please add this to readme. |
Thank you for this info - my Hugo based site has same problem. Change link ref as follows and works fine now! <link rel="canonical" href="{{ .Permalink }}"/> |
Thank you for the good repo!
When I use utterances in my blog, at first it says i need to 'sign in to comment'.
If i click the 'sign in to comment' button, it does not goes to original address and it didn't sign in.
the button's link is
https://api.utteranc.es/authorize?redirect_uri=https%3A%2F%2Fshyroute.github.io%2F
so it goes to my blog's main page, not to its original page, and I can't to sign in for comment.
e.g. if i click the sign in button, its goes to
https://shyroute.github.io/?utterances=(some hash string)
and it is my blog's main page.The text was updated successfully, but these errors were encountered: