-
Notifications
You must be signed in to change notification settings - Fork 121
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
Invitation not working #30
Comments
@sidneydemoraes There's any log on the Docker container or from the dotnet daemon that is running? |
@ayr-ton Apparently not. |
I managed to access the logs with
|
The docker image was missing the EmailTemplates folder. Also corrected an issue with the docker docs
@sidneydemoraes @ayr-ton Thanks for your help in figuring this out. I've updated the Docker image to fix this. |
still not working with latest docker image |
@d0v1k have you set the smtp email settings? Check docs/mail.md, you can set config settings using the -e option when running the docker image, see: docs/docker.md#override-configuration-defaults |
Hello.
I already setup SMTP to the docker image but I can't say if it's working.
The main issue here is: whenever I try to invite someone to my team, the screen goes full blank without any error notice (nor on screen, nor on js console).
The text was updated successfully, but these errors were encountered: