-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Can't load web ui #102
Comments
CSP error means that the web page thinks its been modified. The bunch of 404 errors means that it isn't resolving the web application static files. Your web application has either stopped being served or isn't being routed correctly by your reverse proxy. Try clearing cache or restarting your docker containers. |
error 400 means bad request, it's still a disconnect somewhere between how nginx proxy manager is serving the site and how it is being presented. Bare in mind that the site is a statically hosted site. You can put a site that has I did write a guide for setting up headscale ui with caddy but that will only be limited use to troubleshoot nginx proxy manager. |
closing as stale, cannot reproduce. |
** Supporting Details **
Provide the following:
control+shift+i
in chrome to see)Describe the bug
A clear and concise description of what the bug is. Screenshots if applicable.
The web ui was working when I got it set up initially but a few hours later when after I had connected my Pfsense and Android phone as nodes it wouldn't work anymore. I get a full white page when I go to the headscaleURL/web with the errors as shown by the attached image.
I'm running headscale and headscale-ui as docker containers and ngninx proxy manager as a reverse proxy. I had the configuration set up per the documentation and nothing really was changed. I have tried restarting the containers, npm, reinstalled the containers, changed the domain, network within portainer, ports, etc etc. I appreciate the help, thanks!
The text was updated successfully, but these errors were encountered: