-
Notifications
You must be signed in to change notification settings - Fork 263
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
Release 1.7.4 returns 404 on amd64 #81
Comments
could you please provide me with your configuration so that I can check it myself? |
either used
or
|
Maybe to add something to the priority here. When i use the cli configuration way with 1.7.3 or 1.7.4
In both cases the server starts, just with 1.7.3 i actually see the dashboard, while with 1.7.4 i do not. If you cannot reproduce this, it most probably is related that you have build the binary version against you own static gcc/network libs. In my case, i use a debian11 box. It should be enough for you to
Sure, you will need to install an OpenVPN server or just use this with docker-compose and connect to one of yours. But this way you should detect that your binary is yet not really x-platform since you probably forgot some of the CGO flags. Looking at https://github.com/flant/ovpn-admin/blob/master/build.sh#L9 you are missing |
@EugenMayer hi, could you please check if everything is ok with the version from the newest release and thank you for your feedback and tips on using |
Tested today, has been fixed with 1.7.5 - thank you! |
On amd64, using 1.7.4 (env based configuration) the service starts, but returns 404 in any case.
Using the same configuration (param based) on 1.7.3 does work without issues
The text was updated successfully, but these errors were encountered: