question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

During sign in, redirect link does not goes to original page

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
jdanyowcommented, Feb 8, 2021

@offetuoso utterances uses the page’s canonical link when available.

This page’s canonical link is missing the path. https://offetuoso.github.io/foo/bar/2021/02/03/Markdown/

<link rel="canonical" href="http://offetuoso.github.io/"/>
1reaction
offetuosocommented, Feb 8, 2021

@jdanyow I also have the same problem.

jekyll _config : permalink: pretty post url https://offetuoso.github.io/foo/bar/2021/02/03/Markdown/

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/ https://offetuoso.github.io/Markdown/

same too,

i need help 😅

Read more comments on GitHub >

github_iconTop Results From Across the Web

browser settings do not allow redirecting to a new URL
When I try to login to certain websites (specifically Ebay), I get this error that says my browser settings do not allow me...
Read more >
Can't redirect to original page after successful login
The problem I discover is that the UrlReferrer is the login page itself so I'm only redirecting to where I'm already at on...
Read more >
OAuth 2: redirecting a user to the original URL after login
Therefore, the solution is to store the originating URL in this state parameter, send it to the OAuth 2 server, and on the...
Read more >
Login Does Not Redirect to Destination URL after Login
Upon successful login, the server does not redirect the page to the destination but instead redirects back to the the user's customised ...
Read more >
How to redirect user to original url he asked after login
If the user goes to a url that requires login but is not logged in, they should be redirected to the login page,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found