Hi folks! I'm running Prefect Server in a Kubernet...
# prefect-ui
t
Hi folks! I'm running Prefect Server in a Kubernetes Cluster and I'm having a problem with setting a custom application path in the UI. I'm using Ambassador API Gateway for exposing my services, and want to access the UI under a specific endpoint (e.g.:`mydomain.com/prefect_ui/`). The request arrives fine into the UI server, but none of the UI resources gets loaded because the app directs the request to the main path (like`mydomain.com/css/app~d0ae3f07.b83a35af.css,` instead of
<http://mydomain.com/prefect_ui/css/app~d0ae3f07.b83a35af.css|mydomain.com/prefect_ui/css/app~d0ae3f07.b83a35af.css>
), so it turns out getting a lot of
404
. I've noticed that there isn't a publicPath in the vue configs and I failed to find a way to make this work. Is there any way to do this?