Using reverse proxy with path does not work with basePath #16588
-
We are trying to run a website on
And in this case using Traefik's reverse proxy to point the url to:
Visiting the What are we doing wrong? Extra info:
|
Beta Was this translation helpful? Give feedback.
Answered by
edwinboonold
Aug 27, 2020
Replies: 1 comment
-
We solved the issue by using
This solved our issues at least for local development |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bkeetman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We solved the issue by using
PathPrefix
instead ofPath
- 'traefik.http.routers.product-frontend.rule=Host(
www.website.nl) && PathPrefix(
/account/product`)'This solved our issues at least for local development