VEuPathDB / web-study-data-access

Utilities and hooks for controlling end user access to study data
Apache License 2.0
0 stars 1 forks source link

Page not found when uploading a new dataset #21

Closed dmfalke closed 2 years ago

dmfalke commented 2 years ago

When a new user dataset is uploaded and installed, the user gets a Page not found when clicking on the Explore in ClinEpiDB link on the user dataset detail page. ~This is most likely due to how we store the list of studies in IndexedDB.~

dmfalke commented 2 years ago

The issue has to do with memoization done by https://github.com/VEuPathDB/web-study-data-access/blob/538bf13f0c64f4999ff0c143cc2cf11f45c98872/src/data-restriction/permissionsHooks.ts#L23-L40.

dmfalke commented 2 years ago

This should be fixed on qa sites. It will be deployed to live sites once it has been tested with release branch code, which I believe @aurreco-uga will be handling.

SheenaTomko commented 2 years ago

Looks good on QA. Dave sees it in the build 59 branch