openneuro icon indicating copy to clipboard operation
openneuro copied to clipboard

TypeError: Cannot read property 'id' of null

Open yarikoptic opened this issue 3 years ago • 0 comments

Giving the 2nd life of the #628 which was closed probably by #686:

for a new dataset which was just uploaded, not published, and I am nobody to it, if I go to the url I would get

TypeError: Cannot read property 'id' of null
    at DatasetPage.render (/srv/packages/openneuro-app/src/dist/server/server.js:7444:26)
    at d (/srv/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:35:231)
    at bb (/srv/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:36:16)
    at a.b.render (/srv/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:42:43)
    at a.b.read (/srv/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:41:83)
    at exports.renderToStaticMarkup (/srv/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:51:446)
    at /srv/node_modules/@apollo/client/react/ssr/ssr.cjs.js:85:21
    at new Promise (<anonymous>)
    at process (/srv/node_modules/@apollo/client/react/ssr/ssr.cjs.js:83:16)
    at runMicrotasks (<anonymous>)

edit : it was for https://openneuro.org/datasets/ds003653

yarikoptic avatar May 12 '21 16:05 yarikoptic