-
Notifications
You must be signed in to change notification settings - Fork 149
VaultUI Blank Screen - Docker Swarm behind NGINX proxy #243
Comments
An update (still not fixed). This is a boiled down version of the configuration setup: docker-compose:
nginx.conf:
^ This is what it looks like when not working via nginx ^ This is me hitting the app directly against the Docker Swarm IP:port combo. No problems. It seems like it never advances beyond grabbing the web bundle js - no errors or anything |
I've gone so far as to hack in the morgan npm library into VaultUI Docker. Working (http://192.168.99.100:8000/):
Not working (http://192.168.99.100/vault/):
I've even reconfigured nginx to forget the extra URL mapping and just use So yeah, it's the baseURL that's the issue and it seems there's really no getting around that for the time being. |
Not sure where to go with this. I am testing in Chrome, Firefox and Safari. When I load Vault UI, the page is blank. Dev tools console shows nothing and all of the files seem to load as expected.
I have a Docker Swarm running with VaultUI (2.4.0-rc3), Vault and Consul as services and NGINX as a service.
I can point Chrome to http://ip-of-a-worker-node/vault/
All documents seem to load as expected.
The tab has Vault's favico.
What am I missing? I see no errors either in dev tools or in NGINX...
compose.yml:
NGINX.confg
The text was updated successfully, but these errors were encountered: