Skip to content

firstbootwizard not working #462

@javierbrk

Description

@javierbrk

I was unable to get firstbootwizard online.
Am i doing something wrong ?

When i enter the url http://localhost:8080/#/firstbootwizard/scan

I get type error

image

async function _scanStatus() {
let payload = await getStatus();
return {
scanned: payload.scanned || [],
networks:
payload?.networks?.map((net) => ({
...net,
ap: _getApName(net),
bssid: _getBssid(net),
})) || [],
status: payload.status || null,
lock: payload.lock,
};
this type error is associated to an empty list of possible networks to join

After pressing the cancel button the main fbw appears but If I press F5 the fbw disappears again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions