Adrian Rumpold
10/11/2023, 7:24 AM/[root_path]/proxy/8000/assets/.../apiIsan Rivkin
10/11/2023, 7:50 AMThis allows users to access the lakeFS instance through a URL likeWhat do you mean by access? UI access or API access? i’m not sure what’s that path you provided?/[root_path]/proxy/8000
or to access the API atWhat component returns the 404? can you elaborate more on your setup, issue and what are you trying to achieve?, which leads to 404 errors (due to the missing root path prefix in the URL/api
Adrian Rumpold
10/11/2023, 8:01 AM/.../proxy/8000//assets/index.js/root/path/proxy/8000/root/path/proxy/8000/assets/8000/root/path/proxy/8000/api/...Isan Rivkin
10/11/2023, 8:14 AMif path_prefix = /root/api then rewrite_path("/api") forward requestAdrian Rumpold
10/11/2023, 8:26 AMIsan Rivkin
10/11/2023, 8:39 AM