Hello,
in the unofficial helm chart i’ve seen an option
path: # Path n8n is deployed to - default: “/”
which led me to think it’s possible to somehow make n8n deploy in some sub /path (so it can live together on the same domain with other apps, but it doesn’t seem to have any effect.
Is it something that was there previously and it was removed? I tried to also go through list of the ENV vars, but didn’t find any that would have similar effect.
What I was trying to do, it to set an ingress with path (type prefix) /n8n, which gets me to properly load the index, but all the links to css, js etc are not adjusted for that, so it ends up not working, naturally.
Is there still some option to set the path prefix? or will it need a modification of the helm chart to use different type of ingress?