Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firstbootwizard not working #462

Open
javierbrk opened this issue Oct 17, 2024 · 0 comments
Open

firstbootwizard not working #462

javierbrk opened this issue Oct 17, 2024 · 0 comments
Milestone

Comments

@javierbrk
Copy link
Collaborator

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.

@javierbrk javierbrk added this to the mesh-wide milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant