diff --git a/.env.development b/.env.development
index 9950598be..f2d3a2f75 100644
--- a/.env.development
+++ b/.env.development
@@ -3,7 +3,7 @@ ENV = 'development'
# base api
VUE_APP_BASE_API = '/rpc'
-PUBLIC_PATH = '/ui'
+VUE_APP_PUBLIC_PATH = '/ui/'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
diff --git a/src/components/AssetSelect/index.vue b/src/components/AssetSelect/index.vue
index 1ef0125d1..8bddc94d3 100644
--- a/src/components/AssetSelect/index.vue
+++ b/src/components/AssetSelect/index.vue
@@ -1,11 +1,15 @@