Bug: time to time goes to :8443 behind aws lb -> nginx ingress -> vectr #292
Replies: 5 comments 1 reply
-
|
We don't offer support Kubernetes for VECTR community edition. We know users have successfully deployed VECTR to such environments and others are welcome to comment if they have suggestions if they would like. I will mark support for such deployments as a feature request. |
Beta Was this translation helpful? Give feedback.
-
|
If you do find that you can replicate this issue in our supported set up (via the docker compose), please let us know and we can investigate further. What would also help would be a list of the exact requests that get made against the other port (you don't need to include credential info). |
Beta Was this translation helpful? Give feedback.
-
|
I will replicate the issue with docker-compose, but that will be next week |
Beta Was this translation helpful? Give feedback.
-
|
hm... if i do curl with verbose, i see this part: what is alt-svc: h3=":8443"; ma=2592000 ? |
Beta Was this translation helpful? Give feedback.
-
|
after long time, finally got that thing: VECTR_GATEWAY_PORT setting for gateway container will replace 8443 port. and now still facing some issues with proxying thru ingress - js scripts are not being caught correctly by chrome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Time to time we face that running VECTR behind nginx as ingress in AWS it tries to load assets/js/apis on :8443 even we have configured:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should respect everywhere whats in VECTR_EXTERNAL_HOSTNAME and VECTR_EXTERNAL_PORT
User Platform(please complete the following information):
VECTR Host(please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions