spr-networks/super

cannot continue past clearfog first time setup menu

Closed this issue · 3 comments

when attempting to hit save at first time setup screen on the clearfog device, nothing happens and this error is thrown inside the web console

Wifi.js:429 Uncaught TypeError: Cannot set properties of undefined (setting 'he_mu_beamformer')
    at eh (Wifi.js:429:19)
    at d (Setup.js:276:27)
    at ie (Setup.js:275:5)
    at onClick (PressResponder.js:310:13)
    at Object.De (react-dom.production.min.js:54:317)
    at Be (react-dom.production.min.js:54:471)
    at react-dom.production.min.js:55:35
    at Nr (react-dom.production.min.js:105:68)
    at $r (react-dom.production.min.js:106:380)
    at react-dom.production.min.js:117:104```

this is from the new installer in v0.3.13. will investigate and fix . @Tiecoon as a very temporary workaround you can try this, if the SPR is online. the default login is root/root

from /home/spr/super/

export RELEASE_VERSION=v0.3.12
docker compose pull
docker compose up -d

will have a fix out in the dev channel sometime today

Thank you! dev branch worked.