quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Quickwit doesn't respect URL prefix behind proxy

Open vanchaxy opened this issue 2 years ago • 3 comments

Quickwit is currently not fully compatible with reverse proxy setups like Envoy that introduce URL prefixes. This can result in issues with relative URLs and routing. Possible solutions:

  1. Use Relative URLs: Modify Quickwit to generate and process relative URLs, which would adapt automatically to the URL prefix introduced by the reverse proxy.
  2. Introduce a --base-path Parameter: Quickwit could introduce a command-line parameter (e.g., --base-path) similar to Jaeger's --query.base-path option. This parameter would allow users to specify a base path that Quickwit should consider when generating URLs.

vanchaxy avatar Oct 16 '23 22:10 vanchaxy

@vanchaxy do you want to access to the UI with a prefix URL like this http://host:port/prefix/ui/search ?

fmassot avatar Oct 21 '23 22:10 fmassot

@fmassot yes, that's correct

vanchaxy avatar Oct 21 '23 22:10 vanchaxy

Hi, I have the same problem. Is this going to be fixed anytime soon ?

tvildo avatar Jan 07 '25 15:01 tvildo

hi everyone,

did someone found a short-term fix to publish quickwit UI behind an envoy reverse proxy ?

piellick avatar Jul 23 '25 14:07 piellick