Invitations don't work after upgrade to v3.0.1 #5770
Unanswered
janlavi
asked this question in
Self-Hosted Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
when I try to send invitation via GUI to a site or team I don't receive any email. I tried to send email via default MT with docker compose exec plausible bin/plausible remote and I get this error:
SMTP server runs on port 25 with self-signed certificates. In my plausible-conf.env I have this relevant directives:
Then I switched from Mua to SMTPAdapter:
Added to plausible-conf-env this line:
EXTRA_CONFIG_PATH=/app/my_config.exs
and mounted file my_config.exs to plausible service and line- ./my_config.exs:/app/my_config.exs
to plausible service volumes:With this config I successfully sent email from docker compose exec plausible bin/plausible remote (elixir) to my mailbox.
The thing is that when I click to send invitation via GUI to a site or team I don't receive any email. I looked to the database and tables like
guest_invitations
,invitations
orteam_invitations
are empty. In logs there is nothing.I bet it should be database because when I run my docker-compose.yml on another docker host (but with fresh / empty databases), the invitations are sent successfully.
Is there something wrong with database (I use only default postgres user)? Or with GUI?
Is there a way to add user account to team or site manually? (I tried to add user to table
users
with hashed password with bcrypt, but didn't succeed to login due to "wrong username or password").Is it possible to enable verbose logging?
Beta Was this translation helpful? Give feedback.
All reactions