Chatwoot on CapRover 404 on Password Reset Link
Problem I’ve deployed Chatwoot using CapRover. However, when a new agent clicks the reset password link in the email, they are redirected to a “Nothing here yet :/” (i.e 404 error) page. My Nginx Config <% if (s.forceSsl) { %> server { listen 80; server_name <%-s.publicDomain%>; # Used by Lets Encrypt location /.well-known/acme-challenge/ { root […]