-
Hi, We are trying to deploy BBN with docker swarm. We have a FQDN with certs setup for our reverse proxy which then forwards to the swarm. Everything seems to work correct, users can login with keycloak, UI loads, we can list the orgs and projects, however we get 404s on any paths related to As I mentioned, everything else appears to work, including project creation. Even more strangely, when forgoing the domain and hitting it via IP directly, it appears to work fine. The 404 appears to be returned by delta, and not nginx, but there are no logs within it to inspect. I was wondering if there is some config value we missed for proxy awareness. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @andricDu, The only configuration that needs to be done when running behind a proxy is to set the following property:
... with a value that matches your domain and path prefix. Could you please check that you're running version 1.5.1 of Delta? I remember an issue in 1.5.0 related to this... |
Beta Was this translation helpful? Give feedback.
-
Turns out there was an Apache reverse proxy in front of our deployment. |
Beta Was this translation helpful? Give feedback.
Turns out there was an Apache reverse proxy in front of our deployment.
Due to the structure of ids for the schemas, we needed the following settings applied to our reverse proxy:
AllowEncodedSlashes NoDecode
&nocanon