spr-networks / super

📡 SPR: Open Source, secure, user friendly and fast wifi routers for your home. One wifi password per device. Ad Blocking & Privacy Blocklists. Policy Based Network Access
https://www.supernetworks.org/
BSD 3-Clause "New" or "Revised" License
165 stars 12 forks source link

cannot continue past clearfog first time setup menu #339

Closed Tiecoon closed 2 months ago

Tiecoon commented 2 months ago

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```
lts-rad commented 2 months ago

https://github.com/spr-networks/super/commit/12283a963b1546fd9853da0420f1d142d59c0b48

lts-rad commented 2 months ago

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

Tiecoon commented 2 months ago

Thank you! dev branch worked.