ResponseError: Invalid origin! after upgrade to 1.88 - Conneciton Lost

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

2 Likes