clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

65 change clowder base url #67

Closed minump closed 9 months ago

minump commented 10 months ago

Clowder base url changed. The '/clowder' url prefix is now an env variable that needs to be put in server/.env file. This will take values CLOWDER_PREFIX='' in local and CLOWDER_PREFIX='/clowder' for consort instance.

The fetching and processing of dataset metadata is also changed in this PR.

minump commented 9 months ago

Pushed and deployed to hub.ncsa.illinois.edu/clowder/consort-frontend:0.2.0. Will merge to main after testing

minump commented 9 months ago

Working version hub.ncsa.illinois.edu/clowder/consort-frontend:0.2.2 . Deployed to consort instance and works fine. Changes in CLOWDER_PREFIX and CILOGON_CALLBACK_URL necessary in deployed instance. Merging PR.