Invitation not accepted/denied for member users (internal) #1007

Closed
opened 2026-04-05 18:07:27 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @TomErnst1972 on 8/26/2025

Hi,

whatever I do, accepting an invitation which i received via email results in an error.

config.yml:

gerbil:
    start_port: 51820
    base_endpoint: "aaa.bbb.ccc"

app:
    dashboard_url: "https://aaa.bbb.ccc"
    log_level: "info"
    save_logs: true
    log_failed_attempts: true
    telemetry:
        anonymous_usage: false

domains:
    domain1:
        base_domain: "bbb.ccc"
        cert_resolver: "letsencrypt"

server:
    secret: "4BW4Rycaaa.bbb.cccaaa.bbb.cccaaa.bbb.cccUHu4"
    cors:
        origins: ["https://aaa.bbb.ccc"]
        methods: ["GET", "POST", "PUT", "DELETE", "PATCH"]
        allowed_headers: ["X-CSRF-Token", "Content-Type"]
        credentials: false

email:
    smtp_host: "1.asdasdasd242"
    smtp_port: 25
    smtp_user: ""
    smtp_pass: ""
    smtp_secure: false
    no_reply: "no-reply@aaa.bbb.ccc"
    smtp_tls_reject_unauthorized: false

flags:
    require_email_verification: false
    disable_signup_without_invite: true
    disable_user_create_org: true
    allow_raw_resources: true

created invitation, was successful
Image

Image

received the email:

Image

clicked the link within Mail app on iphone:

Image

regardless what end device, the error message is always the same. tried different browsers/emails.

any suggestions?

*Originally created by @TomErnst1972 on 8/26/2025* Hi, whatever I do, accepting an invitation which i received via email results in an error. config.yml: ``` gerbil: start_port: 51820 base_endpoint: "aaa.bbb.ccc" app: dashboard_url: "https://aaa.bbb.ccc" log_level: "info" save_logs: true log_failed_attempts: true telemetry: anonymous_usage: false domains: domain1: base_domain: "bbb.ccc" cert_resolver: "letsencrypt" server: secret: "4BW4Rycaaa.bbb.cccaaa.bbb.cccaaa.bbb.cccUHu4" cors: origins: ["https://aaa.bbb.ccc"] methods: ["GET", "POST", "PUT", "DELETE", "PATCH"] allowed_headers: ["X-CSRF-Token", "Content-Type"] credentials: false email: smtp_host: "1.asdasdasd242" smtp_port: 25 smtp_user: "" smtp_pass: "" smtp_secure: false no_reply: "no-reply@aaa.bbb.ccc" smtp_tls_reject_unauthorized: false flags: require_email_verification: false disable_signup_without_invite: true disable_user_create_org: true allow_raw_resources: true ``` created invitation, was successful <img width="911" height="702" alt="Image" src="https://github.com/user-attachments/assets/a17e577a-c0c8-46a8-82fe-f3f3b93dd6f5" /> <img width="1053" height="453" alt="Image" src="https://github.com/user-attachments/assets/33b1741e-4988-4b2e-8a6e-7c1a88bf0aec" /> received the email: ![Image](https://github.com/user-attachments/assets/5908c411-9bc9-4a1f-9342-cee46a88fb23) clicked the link within Mail app on iphone: ![Image](https://github.com/user-attachments/assets/15b5b5ac-b8c6-4432-8f86-757501b79fcb) regardless what end device, the error message is always the same. tried different browsers/emails. any suggestions?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1007