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.

Can't verify my email. (6.0.0)

See original GitHub issue

When I registered my account and sended an email to my emailbox, I received the verification link. But this link is not work. My account is still unverified after I clicked it.

Below is the api log: [02:51:23 INF] xxxxxxxxx@qq.com signed up. [02:52:34 WRN] Token mOBvtGA6iHW7u2abPsJirFcxIiQLboXwHa1xF0Kd for /api/v2/projects/config not found. [02:52:34 INF] HTTP GET /api/v2/projects/config?v=1 responded 401 in 5.5533 ms

By the way, I can’t receive any email before I added below code at src\Exceptionless.Core\Configuration\EmailOptions.cs line 50

string emailConnectionString = config.GetConnectionString(“Email”); if (!String.IsNullOrEmpty(emailConnectionString)) { var uri = new SmtpUri(emailConnectionString); options.SmtpHost = uri.Host; options.SmtpPort = uri.Port; options.SmtpUser = uri.User; options.SmtpFrom = uri.User; options.SmtpPassword = uri.Password; }

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:27 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
landonzengcommented, Sep 1, 2020

I’m not sure what your last message said but yes @BinGuoGuo is correct.

The problem has been solved. Thanks

0reactions
niemyjskicommented, Aug 31, 2020

I’m not sure what your last message said but yes @BinGuoGuo is correct.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't verify my email belongs to me??
The email it sends the verification code to is correct but even when I enter the code it says that google still can't...
Read more >
'Google email verification' message - Google Account Help
You can simply disregard the verification email, and the account won't be verified. If you accidentally clicked the link to verify the account,...
Read more >
Login to sandbox verification email
Hi, I am trying to login to the sandbox, and I am prompted to enter the verification code but the email seems to...
Read more >
Blank screen when confirming email address #3894
When clicking on the "Confirm my email address" link in the email verification email that is sent I get a blank screen, no...
Read more >
Can't verify my email address
I just upgraded to a paid iCloud account. My apple ID is my gmail email address. It works whenever I want to download...
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