OOI-CabledArray / QAQC_dashboard

0 stars 1 forks source link

Needs re-routings for links #6

Open lsetiawan opened 1 year ago

lsetiawan commented 1 year ago

Overview

Currently the dashboard doesn't reroute the app so going to direct links like https://qaqc.ooi-rca.net/plots?keyword=temperature will not resolve to the correct view. To access the dashboard, one needs to go the root url first, then you can click around and everything works, see https://qaqc.ooi-rca.net. This needs to be configured so that direct links works.

lsetiawan commented 1 year ago

The routing of error response placed on the CDN side, now routes the direct link to index.html which vue should route the url properly (See https://github.com/OOI-CabledArray/cloud-infrastructure/pull/2). However, it still doesn't work with route that uses vue-router so something need to change on the JS end here.