[GH-ISSUE #364] add device is broken on setup page #176

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

Originally created by @lts-rad on GitHub (Sep 7, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/364

Originally assigned to: @lts-rad on GitHub.

it currently auto proceeds

Originally created by @lts-rad on GitHub (Sep 7, 2024). Original GitHub issue: https://github.com/spr-networks/super/issues/364 Originally assigned to: @lts-rad on GitHub. it currently auto proceeds
kerem closed this issue 2026-03-04 01:35:22 +03:00
Author
Owner

@lts-rad commented on GitHub (Sep 7, 2024):

      .then((devices) => {
        //if a previous request got through and connected, dont add again
        if (Object.values(devices).find((x) => x.Name == data.Name)) {
          setDevice(data)
          setSubmitted(true)
          return
        }

this was recently updates, might be in here

<!-- gh-comment-id:2336397492 --> @lts-rad commented on GitHub (Sep 7, 2024): ``` .then((devices) => { //if a previous request got through and connected, dont add again if (Object.values(devices).find((x) => x.Name == data.Name)) { setDevice(data) setSubmitted(true) return } ``` this was recently updates, might be in here
Author
Owner

@lts-rad commented on GitHub (Sep 7, 2024):

reportPSK was happening over AP-STA-CONNECT events on the setup ap. resolved now

<!-- gh-comment-id:2336463251 --> @lts-rad commented on GitHub (Sep 7, 2024): reportPSK was happening over AP-STA-CONNECT events on the setup ap. resolved now
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#176
No description provided.