Open esticle opened 10 months ago
I am having the same issue.
yes,i try to compatible with headscale:v0.23.0-alpha8, other ditn't test. view this url https://github.com/iFargle/headscale-webui/compare/main...wenco:headscale-webui:main
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 https://github.com/iFargle/headscale-webui/issues/131#issuecomment-2278873366, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATEWHLTJJZ2O7NBU73B2VTZQVFVBAVCNFSM6AAAAABBTPN6QWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZYHA3TGMZWGY . You are receiving this because you commented.Message ID: @.***>
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?