You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is an error that stops the vpn-client app, the API returns a description about the error in the detailed_status field of the vpn-client app when calling /api/visors/{pk}/summary. The problem is that the field does not get a description after some errors, like when the server visor is closed while the client is connected to it.
It would be good to consider all the common problems and make sure the API returns error messages for them.
The text was updated successfully, but these errors were encountered:
When there is an error that stops the vpn-client app, the API returns a description about the error in the
detailed_status
field of the vpn-client app when calling/api/visors/{pk}/summary
. The problem is that the field does not get a description after some errors, like when the server visor is closed while the client is connected to it.It would be good to consider all the common problems and make sure the API returns error messages for them.
The text was updated successfully, but these errors were encountered: