-
Notifications
You must be signed in to change notification settings - Fork 70
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
Cannot open /machines, /routes or /overview #131
Comments
I am having the same issue. |
yes,i try to compatible with headscale:v0.23.0-alpha8, other ditn't test. view this url main...wenco:headscale-webui:main |
This was referenced Apr 22, 2024
can you specify exactly where you change that for a super beginner ? |
Anyway to push a new image with the fix please ? |
yes, fllow step for this demo
1、exec bash in container
docker exec -it headscale-webui sh
2、download files
cd /app
wget -nc https://raw.githubusercontent.com/wenco/headscale-webui/main/headscale.py
wget -nc https://raw.githubusercontent.com/wenco/headscale-webui/main/renderer.py
cd /app/static/js && wget -nc
https://raw.githubusercontent.com/wenco/headscale-webui/main/static/js/custom.js
3、now, restart container
docker restart headscale-webui
if you not use container, plase replace these files to run app.
Enissay ***@***.***> 于2024年8月10日周六 07:25写道:
… Anyway to push a new image with the fix please ?
—
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATEWHLTJJZ2O7NBU73B2VTZQVFVBAVCNFSM6AAAAABBTPN6QWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZYHA3TGMZWGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi - this issue appears a bit like #84 - a unclean reboot has ensured my UI is broken whilst headscale appears to be operating OK. I can see /users however the machines and routing pages do not work.
Here's the logs in debug mode for hitting /machines:
For /routes and /overview the same error occurs on the same KeyError of 'machines'.
And here's the routes and machines ls:
Any ideas?
The text was updated successfully, but these errors were encountered: