mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[GH-ISSUE #194] frontend: failed to fetch plugin version wifi-uplink #60
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#60
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 @wwong on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/194
Originally assigned to: @lts-rad on GitHub.
Looks like the front-end is trying to look up plugins by some hard-coded name, but the API looks up plugins by container name.
Front end is requesting:
http://API_BASE/version?plugin=superwifi-uplinkAPI is expecting:
http://192.168.41.142/version?plugin=superwifiuplinkMaybe a simple fix would be to change this line to match the container name:
github.com/spr-networks/super@901d0dee08/api/code/plugins.go (L89)