Viktor Liu

Results 119 comments of Viktor Liu

Hi @mrmoose0, it seems like the management server is not accessible from your browser. Can you please run a `curl https://yourdomain/api/users -v` on the CLI and post the output here?

The output indicates that your requests end up on the dashboard and not the API. It seems the reverse proxy is not configured correctly. https://docs.netbird.io/selfhosted/selfhosted-guide#configuration-for-your-reverse-proxy Could you share your `docker-compose.yml`...

@gabricc Does this still appear with `0.27.3`?

@nouman1657 @Zain0004 Are you running self-hosted? You might need to update the dashboard version, this was added recently. Alternatively you can just route `0.0.0.0/0`, same effect

Which browser are you using? Have you tried a different browser or clearing the cache?

Yes, we are using go1.21 which doesn't support Windows7. There's currently no build provided that does. You could try compiling the client with go1.20, but no guarantee.

@xcf13363175 you can set the env var `NB_USE_LEGACY_ROUTING=true` or even `NB_DISABLE_CUSTOM_ROUTING=true` (if you don't need default routes) for the daemon to disable the behavior. I'll investigate the issue

@xcf13363175 can you share the openwrt/kernel version that you use and which issue you've observerd with `v0.27.4`? The logs don't show any issues other than the nftables one. I've tried...

@xcf13363175 have you opened a bug report with the maintainer(s) of `passwall2` then? Have you tried the env vars I have proposed earlier?

@xcf13363175 > @lixmal Trying to set the environment variables provided before still crashes. The env vars disable settings and sysctl options. Can you share how you set those env vars?...