BioplatformsAustralia / bpaotu

OTU database access for the Australian Microbiome
GNU Affero General Public License v3.0
5 stars 1 forks source link

Input fields empty when visiting non-denoised page directly #281

Open drollins opened 3 months ago

drollins commented 3 months ago

e.g. visiting from a link on an external site https://data.bioplatforms.com/bpa/otu/non-denoised

The amplicon and sample ids fields will not have any content. But if you visit the main page directly then go back they will be available.

Most likely cause is that upon loading the main/amplicon page, it fetches data into redux store that is used on the non-denoised page, and this initial fetching does not happen on non-denoised page

Visiting other pages directly may have a similar issue