rocketraman
02/05/2022, 4:49 AM<https://host/foo/bar> Kvision RPCs go to <https://host/foo/bar/kv/>... instead of <https://host/kv/>.... Is there a way to configure kvision to use /kv (absolute) path rather than kv (relative)? Setting <base href="/"> works but feels like overkill.Robert Jaros
02/05/2022, 6:18 AM<script>window["kv_remote_url_prefix"]="/";</script> to your index.html before main.bundle.js.