mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[GH-ISSUE #339] cannot continue past clearfog first time setup menu #164
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@lts-rad commented on GitHub (Jun 18, 2024):
github.com/spr-networks/super@12283a963b@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
@Tiecoon commented on GitHub (Jun 20, 2024):
Thank you! dev branch worked.