-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMTP no reaction #311
Comments
I found the link at last, but when I folow the link I get an 403 Invalid signature. Error. |
Health-check: {"ip_address":"89.205.139.138","url":"https://solidtime.groet-infra.nl/health-check/debug","path":"health-check/debug","hostname":"solidtime.groet-infra.nl","timestamp":1735812236,"date_time_utc":"2025-01-02 10:03:56","date_time_app":"2025-01-02 10:03:56","timezone":"Etc/UTC","secure":true,"is_trusted_proxy":true,"app_debug":true,"app_url":"https://solidtime.groet-infra.nl","app_env":"production","app_timezone":"UTC","app_force_https":true,"trusted_proxies":["0.0.0.0/0","2000:0:0:0:0:0:0:0/3"],"headers":{"host":["solidtime.groet-infra.nl"],"sec-fetch-dest":["document"],"sec-fetch-mode":["navigate"],"sec-gpc":["1"],"accept":["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8"],"accept-language":["nl-NL,nl;q=0.6"],"cf-connecting-ip":["89.205.139.138"],"cf-ipcountry":["NL"],"sec-ch-ua-mobile":["?0"],"upgrade-insecure-requests":["1"],"cf-visitor":["{"scheme":"https"}"],"x-forwarded-for":["89.205.139.138"],"priority":["u=0, i"],"sec-fetch-user":["?1"],"accept-encoding":["gzip, br"],"cdn-loop":["cloudflare; loops=1"],"cf-ray":["8fb9ec0c5f6c6637-AMS"],"connection":["keep-alive"],"cookie":"***","sec-fetch-site":["none"],"x-forwarded-proto":["https"],"user-agent":["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"],"cf-warp-tag-id":["503ad2d1-1e7a-4aed-9ce7-836e4487d202"],"sec-ch-ua":[""Brave";v="131", "Chromium";v="131", "Not_A Brand";v="24""],"sec-ch-ua-platform":[""Windows""]}} Docker yml ports:- '${FORWARD_DB_PORT:-5432}:5432'
networks: .ENV file: AuthenticationAPP_KEY="base64:ttsOnaxzC5BNLOLIMOjLTu/heMXtC3hPgwibY9bGwek=" LoggingLOG_CHANNEL="stderr_daily" DatabaseDB_CONNECTION="pgsql" MAIL_MAILER="log" QueueQUEUE_CONNECTION="database" File storageFILESYSTEM_DISK="local" I have no reverse proxy and use a Cloudflare Tunnel to acces https... |
@groetg Are you running the If you are only using the instance for yourself it might be easier to just verify your user manually via the CLI. Just run the following command in one of your containers: |
I am also having issues with this using a similar set up but with a nginx proxy
Ive pulled so many hairs and even more settings and configs debugging it
|
Additionally this is also a problem inviting a new member to an organisation within the deployed application because it cant send a invite email to the user. |
I have a work around to fix the issue of not being able to invite members to a new org for a SMTP failed deployment. SSH into the postgres database instance and activate the UUID extension using Then manually insert the database records you need into the members table, for this you'll need the
|
Hello,
I have got Solidtime on Unraid working on Docker, but cant register any accounts, I tried several SMTP accounts, where can I find the activation link in what kind of log file?
I want to use the log mailer. I have MAIL_MAILER="log" in mij .env file. But in which log file or in wich docker should I see the verification link I should expect?
The text was updated successfully, but these errors were encountered: