dcaputo-harmoni / open-balena-admin

Open Balena Admin
MIT License
94 stars 20 forks source link

error connecting to device console #19

Open tchey290 opened 1 year ago

tchey290 commented 1 year ago

I am getting this error when trying to use the connect feature to get into a device console

Uncaught TypeError: Cannot read properties of undefined (reading 'generateKey')
    at genRsaKeys (DeviceConnect.js:31:1)
    at handleSubmit (DeviceConnect.js:75:1)
    at Object.submit (final-form.es.js:1437:1)
    at handleSubmit (react-final-form.es.js:268:1)
    at HTMLUnknownElement.callCallback (react-dom.development.js:3945:1)
    at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:1)
    at invokeGuardedCallback (react-dom.development.js:4056:1)
    at invokeGuardedCallbackAndCatchFirstError (react-dom.development.js:4070:1)
    at executeDispatch (react-dom.development.js:8243:1)
    at processDispatchQueueItemsInOrder (react-dom.development.js:8275:1)