more troubleshooting tips

This commit is contained in:
Christopher Bisset 2022-08-18 09:47:12 +10:00
parent 97237606f5
commit 2ccc4a4fa6

View file

@ -91,11 +91,13 @@ See [Other Configurations](/documentation/configuration.md) for further proxy ex
## Troubleshooting
Make sure you are using the latest version of headscale. Headscale-UI is only tested against:
* the current stable version of headscale
* The current stable version of headscale
* Chrome/Chrome Mobile
* Firefox
* Firefox/Firefox Mobile
Sorry mac fans, safari will only happen if someone wants to spring for an iphone/macbook for myself. Note that while mobile is checked for functionality, the web experience is not mobile optimised.
Note that while mobile is checked for functionality, the web experience is not mobile optimised.
If you are getting errors about preflight checks, it's probably CORS related. Make sure your UI sits on the same subdomain as headscale or inject CORS headers.
## Development
see [development](/documentation/development.md) for details