We are experiencing an issue with the generation of redirect URLs in our Frappe Helpdesk production environment.
Even though the system is behind Traefik with TLS termination and the domain has a valid Let’s Encrypt certificate, the URLs generated for critical flows (e.g., password reset, OAuth/OpenID authentication with Azure AD and Google) appear with instead of .
You have to add “host_name” in site config.
Example : “host_name”:“https://soporte.templaris.net”
If you are wondering why it is http -
1 Like
Thank you very much, your advice helped me

