Hi,
I have application hosted on my-example-app.com
. Previously my metabase hosted on my-metabase.com
. I have some dashboards from metabase embedded on my app.
Then, because of some migration, I hosted my metabase on my-example-app.com/metabase
.
I have 1 dashboard that have Link
column that should redirect to my-example-app.com/#/{{some_column}}/detail
.
After this my-example-app.com/metabase
up, whenever the columns clicked, the Link automatically redirected to my-example-app.com/metabase/#/{{some_column}}/detail
.
I have using absolute path on the column link, but still it append /metabase/
on the URL whenever the column got clicked.
Any helps / thoughts ?