- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Signup verification email not received #663
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
Comments
I am having the same issue when deploying doccano using the one-click button for Heroku. Any advice would be greatly helpful. |
@srbek-cmd I have figured out how to make email verification work. You have to add the Email host configurations in the
Eg: /env.list
Then remove the docker containers and rebuild them using the new /env.list file.
|
@bheuju I am facing the same issue as you are. Did you make the changes locally and then re-deploy using one click AWS deployment? |
@pranavrajt No not in the local. The file exists in the server at /env.list . I did not use docker-compose, but the docker image that the AWS one-click deployment uses by default. And yes, the docker-compose version of the UI does seem outdated but it is said to be the recent one. |
How to reproduce the behaviour
I setup the project using AWS one-click deployment button. Everything works fine, but when a new user sign ups, email verification is not received. I believe I have to set up a email host configurations in
settings.py
. How do I set it up as the project has already been deployed? Is it in the/env.list
file, or the AWS one-click automatically does this?Your Environment
Also, when I deployed the project using docker-compose by pulling the github project, the project looks older and not as in demo http://doccano.herokuapp.com/. Why is that? Am I missing something here?
The text was updated successfully, but these errors were encountered: