Closed craig-willis closed 2 years ago
I've deployed latest to the new test cluster at https://dashboard.test.wholetale.org. The Dashboard is failing to load because it is using the API at https://girder.local.wholetale.org/api/v1/. This should've been fixed by https://github.com/whole-tale/ngx-dashboard/issues/237.
ubuntu@wt-test-nfs:~$ docker ps | grep dashboard 0c7d4779dedc wholetale/ngx-dashboard:latest "/entrypoint.sh" 29 minutes ago Up 29 minutes 80/tcp wt_dashboard.1.ro6nla0wsbb66aw7wz8pd92uv ubuntu@wt-test-nfs:~$ docker exec -it 0c7d4779dedc sh $ echo $GIRDER_API_URL https://girder.test.wholetale.org/api/v1
Steps to Reproduce
Expected Results
Dashboard loads with requests to https://girder.test.wholetale.org
NOTES
apiUrl
env.json
https://www.google.com
$.forRoot({rootUrl:"https://girder.local.wholetale.org/api/v1"})
I've deployed latest to the new test cluster at https://dashboard.test.wholetale.org. The Dashboard is failing to load because it is using the API at https://girder.local.wholetale.org/api/v1/. This should've been fixed by https://github.com/whole-tale/ngx-dashboard/issues/237.
Steps to Reproduce
Expected Results
Dashboard loads with requests to https://girder.test.wholetale.org
NOTES
apiUrl
value in myenv.json
ishttps://www.google.com
and dashboard loads using girder.local. after empty cache/reload.$.forRoot({rootUrl:"https://girder.local.wholetale.org/api/v1"})