-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
When a new release editor is opened from https://musicbrainz.org/release/add the value of the name observable is undefined. The guess feat code seems to expect the name to always be defined, and eventually an undefined.length is called which errors.
Sentry Issue: MUSICBRAINZ-SERVER-R6
TypeError: Cannot read properties of undefined (reading 'length')
at e (/MB/common-chunks-714af7a.js:2:859072)
at None (/MB/common-chunks-714af7a.js:2:736659)
at Array.reduce (<anonymous>)
at None (/MB/common-chunks-714af7a.js:2:736566)
at x (/MB/common-chunks-714af7a.js:2:736993)
...
(6 additional frame(s) were not displayed)