Closed
Description
As first encountered with markmhendrickson/humans#12, I'm getting TypeError: Cannot read property 'coreNode' of undefined
upon calling getFile
and reaching: https://github.com/blockstack/blockstack.js/blob/950dc4fc838099835ce0592f245453c770663b84/src/storage/index.ts#L253
sessionData.userData
is undefined and throws an error instead of getting to use caller.appConfig.coreNode
cc @zone117x since he appears to be the last person to touch this part of the code