gurucomputing / headscale-ui

A web frontend for the headscale Tailscale-compatible coordination server
BSD 3-Clause "New" or "Revised" License
1.59k stars 113 forks source link

404 error when saving API Key on /api/v1/apikey #98

Closed markhaur closed 1 year ago

markhaur commented 1 year ago

Only saving Headscale API Key without mentioning Headscale URL is generating 404 error after calling /api/v1/apikey endpoint. I'm setting up Headscale and Headscale-UI on my local machine. image

routerino commented 1 year ago
  1. Don't include your bearer token in plain text in screenshots
  2. You will encounter strange behavior if you are using an IP address and port as opposed to a domain. CORS theoretically can work that way but I do not test for it. see https://github.com/gurucomputing/headscale-ui#errors-related-to-missing-bearer-prefix
routerino commented 1 year ago

closing due to no reply