Hi,
I’m facing an issue with the n8n UI when running the self-hosted community version (n8nio/n8n:1.89.2) on EKS. However, if I use kubectl port-forward to access the service, the UI works fine without any issues.
I’m using an Ingress to expose the service. Below are some of the environment variables I’ve tried setting, but the problem still persists:
Additionally, I’ve noticed that credentials are lost after restarting the pod. I verified that the N8N_ENCRYPTION_KEY is set and does not change between restarts.
Any guidance on how to fix the UI issue through the ingress and ensure persistent credentials would be appreciated!