[GH-ISSUE #339] cannot continue past clearfog first time setup menu #164

Closed
opened 2026-03-04 01:35:17 +03:00 by kerem · 3 comments
Owner

Originally created by @Tiecoon on GitHub (Jun 18, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/339

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```
Originally created by @Tiecoon on GitHub (Jun 18, 2024). Original GitHub issue: https://github.com/spr-networks/super/issues/339 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```
kerem closed this issue 2026-03-04 01:35:17 +03:00
Author
Owner

@lts-rad commented on GitHub (Jun 18, 2024):

github.com/spr-networks/super@12283a963b

<!-- gh-comment-id:2176714075 --> @lts-rad commented on GitHub (Jun 18, 2024): https://github.com/spr-networks/super/commit/12283a963b1546fd9853da0420f1d142d59c0b48
Author
Owner

@lts-rad commented on GitHub (Jun 18, 2024):

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

<!-- gh-comment-id:2176718586 --> @lts-rad commented on GitHub (Jun 18, 2024): 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
Author
Owner

@Tiecoon commented on GitHub (Jun 20, 2024):

Thank you! dev branch worked.

<!-- gh-comment-id:2179729859 --> @Tiecoon commented on GitHub (Jun 20, 2024): Thank you! dev branch worked.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#164
No description provided.