I figured out the issue, in my case the docker was running with a proxy from apache so I had to add this to the apache config:
ProxyPreserveHost On
RequestHeader set Origin “https://n8n… domain”
RequestHeader set X-Forwarded-Proto https
I figured out the issue, in my case the docker was running with a proxy from apache so I had to add this to the apache config:
ProxyPreserveHost On
RequestHeader set Origin “https://n8n… domain”
RequestHeader set X-Forwarded-Proto https