SynBioHub / synbiohub3

Web application enabling users and software to browse, upload, and share synthetic biology designs. This repository is a redesign of the original SynBioHub using React and Spring Boot.
BSD 2-Clause "Simplified" License
11 stars 1 forks source link

Crashes when there is a problem with a collection name #644

Closed cjmyers closed 6 months ago

cjmyers commented 7 months ago

When there is a collection that has a name issue (t.name.includes), the entire front-end crashes with null exception.

danielfang97 commented 6 months ago

Closed with #658. @cjmyers check to see if this is fixed

cjmyers commented 6 months ago

Still problem:

TypeError: null is not an object (evaluating 'e.toLowerCase') ne — submissions-070659d98bfd37e23cf6.js:1:21535 sort (anonymous function) — 5310f49360a2a07e8d5e96e333c27f1fc54ef7c3.96d7b657624a669c5557.js:1:488978 Oi — framework.692027545bc809cf9b5b.js:1:117733 (anonymous function) — framework.692027545bc809cf9b5b.js:1:3877 (anonymous function) — framework.692027545bc809cf9b5b.js:1:117106 F — framework.692027545bc809cf9b5b.js:1:2936 (anonymous function) — framework.692027545bc809cf9b5b.js:1:1658

cjmyers commented 6 months ago

Different one though

danielfang97 commented 6 months ago

@cjmyers Is this happening in the root collections page?

cjmyers commented 6 months ago

It happens when I try to view my collections

danielfang97 commented 6 months ago

Fixed with #672