Skip to content
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

Minor VPN UI irregularity #1229

Closed
ersonp opened this issue May 26, 2022 · 0 comments
Closed

Minor VPN UI irregularity #1229

ersonp opened this issue May 26, 2022 · 0 comments
Labels
bug Something isn't working frontend

Comments

@ersonp
Copy link
Contributor

ersonp commented May 26, 2022

Describe the bug
When connecting to a vpn-server via the vpn-ui, it brefly flashes Disconnected before changing to Connecting.

Environment information:

  • OS: e.g. Linux
  • Platform: Linux 5.13.0-44-generic x86_64

Steps to Reproduce

  1. Build UI and ap with make build-ui; make build
  2. Start vpn-server on visor A
  3. Start VPN client on visor B and connect to the server on visor A
  4. See irregularity

Actual behavior
Reply from PUT /api/visors/<pk>/apps/vpn-client

{
    "name": "vpn-client",
    "args": [
        "-srv",
        "03e707cb3303d3d32f7530980b7f476bb1b79a3e768980e0c58f04ef7fe8dbb538"
    ],
    "auto_start": false,
    "port": 43,
    "status": 3,
    "detailed_status": "Connecting"
}
2022-05-26.12-52-04.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

2 participants