Replies: 11 comments
-
|
Have you tried this via a different browser or private windows to see if that solves it? |
Beta Was this translation helpful? Give feedback.
-
|
Hi,
This phenomenon comes first with the update to version 1.32 |
Beta Was this translation helpful? Give feedback.
-
|
Strange, i have tried it yesterday during fixing manager roles. And it worked fine for me. We need a bit more logs. Like the browser developer console, parts of the url you received. Maybe even your reverse proxy logs etc... |
Beta Was this translation helpful? Give feedback.
-
|
This is the log Part, wen I click the link (and copy paste the link) in the email "join Organization Now" [2024-08-15 18:38:21.370][tokio_tungstenite::compat][TRACE] WouldBlock
[2024-08-15 18:38:23.424][tracing::span][TRACE] parse_headers;
[2024-08-15 18:38:23.424][tracing::span::active][TRACE] -> parse_headers;
[2024-08-15 18:38:23.424][tracing::span::active][TRACE] <- parse_headers;
[2024-08-15 18:38:23.424][tracing::span][TRACE] -- parse_headers;
[2024-08-15 18:38:23.424][request][INFO] GET /api/organizations/undefined/policies/token?token=undefined&email=undefine
[2024-08-15 18:38:23.424][response][INFO] (list_policies_token) GET /api/organizations/<org_id>/policies/token?<token> => 200 OK
[2024-08-15 18:38:23.425][tracing::span][TRACE] encode_headers;
[2024-08-15 18:38:23.425][tracing::span::active][TRACE] -> encode_headers;
[2024-08-15 18:38:23.425][tracing::span::active][TRACE] <- encode_headers;
[2024-08-15 18:38:23.425][tracing::span][TRACE] -- encode_headers;The link from the email: https://nogle.it-hafen.de/#/accept-organization/?organizationId=9872802d-482e-49be-a573-7f1fa8d1a171&organizationUserId=fa6999d4-3e3b-4435-b1f3-308bd5f23f13&email=jassch%40imb%2Esh&organizationName=10067%2DIMB&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJuYmYiOjE3MjM3NDY5NDIsImV4cCI6MTcyNDE3ODk0MiwiaXNzIjoiaHR0cHM6Ly9ub2dsZS5pdC1oYWZlbi5kZXxpbnZpdGUiLCJzdWIiOiJmOGJkZDM4Mi01ZDgwLTRlMTktYjM1ZS0wZmZjNmZhZjAzZTUiLCJlbWFpbCI6Imphc3NjaEBpbWIuc2giLCJvcmdfaWQiOiI5ODcyODAyZC00ODJlLTQ5YmUtYTU3My03ZjFmYThkMWExNzEiLCJ1c2VyX29yZ19pZCI6ImZhNjk5OWQ0LTNlM2ItNDQzNS1iMWYzLTMwOGJkNWYyM2YxMyIsImludml0ZWRfYnlfZW1haWwiOiJhLnNlZWhhd2VyQGl0LWhhZmVuLmRlIn0.bG2vc9xFdq82FprHkMULN0qr7e-si2uN48LL1u7669I8vgIf9iBN-DxFd4_Bj5syi179gEHhDciI1Ql41Vbvw33tH6ipOGWYQwXVMJZ5G8kWfpEksjJdrjtY92dsDLwkiYbHx_N3eH6gShEYE9RCkj22XhQxGU8LVQJjKuJwxztNnXhI4eccKqqJ2-btTfzB1b1Uwo1cb2mfCh3zrmz3YY6eF5S5yDITaUDOgvKksAYYpFtklV-TbbofvsOdLu5ScqSHfnSDlvZRt8ctx8wk2CHb4aKV2ql9hGIbR4LzPoghbycwD1NOchQcXX5KJAT0gq0K0a9KykDnCU9oSAjnwgThe network trace from the Browser "F12" after calling the link: GET
https://nogle.it-hafen.de/api/organizations/undefined/policies/token?token=undefined&email=undefined&organizationUserId=undefinedBrowser Console Log: |
Beta Was this translation helpful? Give feedback.
-
|
If you replace the |
Beta Was this translation helpful? Give feedback.
-
|
You can see here Vaultwarden uses an The only thing i can think of is that you modified the templates to translate them maybe? And that those templates have a wrong format. |
Beta Was this translation helpful? Give feedback.
-
|
I haven't changed anything in the templates or the translation. |
Beta Was this translation helpful? Give feedback.
-
|
Then it must be something else on your system, like extensions, the mail server you use or something like that. You can start a local mail server by running this: docker run -d --rm --name maildev -p 1080:1080 -p 1025:1025 maildev/maildevAnd then configure Vaultwarden to use that as a mail server. SMTP_HOST=127.0.0.1
SMTP_FROM=vaultwarden@domain.tld
SMTP_SECURITY=off
SMTP_PORT=1025You can then access the web-interface of the local mailserver by going to http://127.0.0.1:1080. |
Beta Was this translation helpful? Give feedback.
-
|
You may also send me an invite if you want, then i can check the body and see if something is wrong there. |
Beta Was this translation helpful? Give feedback.
-
|
Going to close this as not re-producable and move it to a discussion. I have done several more tests, and I am unable to get it converted to |
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
E-Mail Account Verification and Organization Invites fails
I am using Vaultvarden as Docker-Compose installation and are on the latest version:
docker pull vaultwarden/server:latest latest: Pulling from vaultwarden/server Digest: sha256:71668d20d4208d70919cf8cb3caf3071d41ed4b7d95afe71125ccad8408b040d Status: Image is up to date for vaultwarden/server:latest docker.io/vaultwarden/server:latestThe Links I get send bye email to verify my email-address: i get this:

By using the link to join an organization, I get this:

Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SENDS_ALLOWED, SIGNUPS_ALLOWED, SIGNUPS_VERIFY, SIGNUPS_VERIFY_RESEND_TIME, SIGNUPS_VERIFY_RESEND_LIMIT, INVITATIONS_ALLOWED, EMERGENCY_ACCESS_ALLOWED, SHOW_PASSWORD_HINT, ADMIN_TOKEN, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_USERNAME, SMTP_PASSWORD
{ "_duo_akey": null, "_enable_duo": true, "_enable_email_2fa": true, "_enable_smtp": true, "_enable_yubico": true, "_icon_service_csp": "", "_icon_service_url": "", "_ip_header_enabled": true, "_max_note_size": 10000, "_smtp_img_src": "cid:", "admin_ratelimit_max_burst": 10, "admin_ratelimit_seconds": 60, "admin_session_lifetime": 20, "admin_token": "***", "allowed_iframe_ancestors": "", "attachments_folder": "data/attachments", "auth_request_purge_schedule": "30 * * * * *", "authenticator_disable_time_drift": false, "data_folder": "data", "database_conn_init": "", "database_max_conns": 10, "database_timeout": 30, "database_url": "***************", "db_connection_retries": 15, "disable_2fa_remember": false, "disable_admin_token": false, "disable_icon_download": false, "domain": "*****://*****************", "domain_origin": "*****://*****************", "domain_path": "", "domain_set": true, "duo_context_purge_schedule": "30 * * * * *", "duo_host": null, "duo_ikey": null, "duo_skey": null, "duo_use_iframe": false, "email_2fa_auto_fallback": false, "email_2fa_enforce_on_verified_invite": false, "email_attempts_limit": 3, "email_change_allowed": true, "email_expiration_time": 600, "email_token_size": 6, "emergency_access_allowed": true, "emergency_notification_reminder_schedule": "0 3 * * * *", "emergency_request_timeout_schedule": "0 7 * * * *", "enable_db_wal": true, "enable_websocket": true, "event_cleanup_schedule": "0 10 0 * * *", "events_days_retain": null, "experimental_client_feature_flags": "fido2-vault-credentials", "extended_logging": true, "helo_name": null, "hibp_api_key": null, "http_request_block_non_global_ips": true, "http_request_block_regex": null, "icon_blacklist_non_global_ips": true, "icon_blacklist_regex": null, "icon_cache_folder": "data/icon_cache", "icon_cache_negttl": 259200, "icon_cache_ttl": 2592000, "icon_download_timeout": 10, "icon_redirect_code": 302, "icon_service": "internal", "incomplete_2fa_schedule": "30 * * * * *", "incomplete_2fa_time_limit": 3, "increase_note_size_limit": false, "invitation_expiration_hours": 120, "invitation_org_name": "IT-Hafen", "invitations_allowed": true, "ip_header": "X-Real-IP", "job_poll_interval_ms": 30000, "log_file": "/data/vaultwarden.log", "log_level": "debug", "log_timestamp_format": "%Y-%m-%d %H:%M:%S.%3f", "login_ratelimit_max_burst": 10, "login_ratelimit_seconds": 60, "org_attachment_limit": null, "org_creation_users": "**********************,***********************,*******************", "org_events_enabled": false, "org_groups_enabled": false, "password_hints_allowed": true, "password_iterations": 6000000, "push_enabled": false, "push_identity_uri": "https://identity.bitwarden.com", "push_installation_id": "***", "push_installation_key": "***", "push_relay_uri": "https://push.bitwarden.com", "reload_templates": false, "require_device_email": false, "rsa_key_filename": "data/rsa_key", "send_purge_schedule": "0 5 * * * *", "sendmail_command": null, "sends_allowed": true, "sends_folder": "data/sends", "show_password_hint": false, "signups_allowed": true, "signups_domains_whitelist": "", "signups_verify": false, "signups_verify_resend_limit": 5, "signups_verify_resend_time": 3600, "smtp_accept_invalid_certs": false, "smtp_accept_invalid_hostnames": false, "smtp_auth_mechanism": null, "smtp_debug": false, "smtp_embed_images": true, "smtp_explicit_tls": null, "smtp_from": "*****************", "smtp_from_name": "Nogle", "smtp_host": "**************************", "smtp_password": "***", "smtp_port": 587, "smtp_security": "starttls", "smtp_ssl": null, "smtp_timeout": 15, "smtp_username": "*******************", "templates_folder": "data/templates", "tmp_folder": "data/tmp", "trash_auto_delete_days": null, "trash_purge_schedule": "0 5 0 * * *", "use_sendmail": false, "use_syslog": false, "user_attachment_limit": null, "user_send_limit": null, "web_vault_enabled": true, "web_vault_folder": "web-vault/", "yubico_client_id": null, "yubico_secret_key": null, "yubico_server": null }Install method: Docker-Compose
Clients used: Web
Reverse proxy and version: Traefik 3.1.2
Beta Was this translation helpful? Give feedback.
All reactions