Skip to content
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

verify mail #295

Closed
SongSong001 opened this issue Apr 8, 2017 · 3 comments
Closed

verify mail #295

SongSong001 opened this issue Apr 8, 2017 · 3 comments
Labels

Comments

@SongSong001
Copy link

Hello, I use the latest version of Exceptionless and Es is 5.2.1, configuration is successful, can receive the log, can also receive a validation email, but from the mailbox that connect back to the local site, enter the website, but still did not verify the state of the mailbox. Is there any way?

@caesay
Copy link
Contributor

caesay commented Apr 8, 2017

I'm assuming what you mean is that when you click the link in the "confirm email" message, it doesn't do anything?

Your exceptionless URL might not be correct in the configuration. After you click the link in the email you should get redirected to your account settings page, if you don't get redirected there it means the URL was wrong. If you are using url-rewriting, it should look like this inside Web.config:

<add key="BaseURL" value="http://[your-domain]/" />

if not using url-rewriting, it should look like this: (note the /#! at the end)

<add key="BaseURL" value="http://[your-domain]/#!" />

If it still doesn't work for you after adjusting the above can you post the confirmation link from the email so we can see?

@niemyjski
Copy link
Member

I think it has to do with the missing hashbang at the end of the URL. We need to get a release out with this fixed

@niemyjski niemyjski added the bug label Apr 13, 2017
@niemyjski
Copy link
Member

I'm closing this as it's fixed in master, we just need to get a minor release out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants