You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
You would need to update your service URL env vars to include the port. I think the default configuration assumes a standard port being access from the frontend.
Steps To Reproduce
Configure bitwarden to listen on public ip on non-standard port, like https://host.name.com:12345/
Invoke any action that sends an email with confirmation link. Read the email.
Expected Result
The confirmation link in an email should begin with https://host.name.com:12345/
Actual Result
The confirmation link in an email begins with https://host.name.com/
Screenshots or Videos
No response
Additional Context
Githash Version
455d62e-dirty
Environment Details
settings.env
BW_ENABLE_SSL=true
BW_PORT_HTTPS=12345
docker-compose.yml
ports:
- 12345:12345
The edge router is forwarding external port 12345 to docker host machine port 12345.
Database Image
mariadb Ver 15.1 Distrib 10.5.18-MariaDB, for debian-linux-gnueabihf (armv8l) using EditLine wrapper
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: