[GH-ISSUE #890] Invitation and other mails redirect to localhost #632

Closed
opened 2026-03-03 02:01:32 +03:00 by kerem · 2 comments
Owner

Originally created by @christophedumont5 on GitHub (Mar 3, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/890

When we receive this email :

This email is to notify you that xxx@xxx has accepted your invitation to join XXXX.

Please log in to the bitwarden_rs server and confirm them from the organization management page.
If you do not wish to confirm this user, you can also remove them from the organization on the same page.

and we click the url generated is https://localhost.
I would like to generate an url like : https://www.example.com
How do i do this ?

Originally created by @christophedumont5 on GitHub (Mar 3, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/890 When we receive this email : This email is to notify you that xxx@xxx has accepted your invitation to join XXXX. -- Please log in to the bitwarden_rs server and confirm them from the organization management page. If you do not wish to confirm this user, you can also remove them from the organization on the same page. and we click the url generated is https://localhost. I would like to generate an url like : https://www.example.com How do i do this ?
kerem closed this issue 2026-03-03 02:01:33 +03:00
Author
Owner

@mprasil commented on GitHub (Mar 3, 2020):

I think you only need to set the DOMAIN correctly.

<!-- gh-comment-id:594028323 --> @mprasil commented on GitHub (Mar 3, 2020): I think you only need to set the `DOMAIN` [correctly](https://github.com/dani-garcia/bitwarden_rs/blob/master/.env.template#L136).
Author
Owner

@christophedumont5 commented on GitHub (Mar 3, 2020):

Thks, adding DOMAIN=https://www.example.com to bitwarden_rs.env solved the problem.

<!-- gh-comment-id:594033349 --> @christophedumont5 commented on GitHub (Mar 3, 2020): Thks, adding DOMAIN=https://www.example.com to bitwarden_rs.env solved the problem.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#632
No description provided.