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
This is probalby not something I will fix soon. The way the backend currently is designed that it currently only refreshes the list of VPN profiles or profiles themselves if need to. Adding keeping track or triggering explicit refreshes is certainly possible but is not a quick fix.
To make issues more manageable, I would appreciate it if you fill out the following details as applicable:
General information
Description of the issue
Delete a profile in the UI, but calling
getProfiles()
in another app still getting the old profile listed.Steps to reproduce
getProfiles()
API. You can find the new profile is listed.getProfiles()
API.Expected behaviour
getProfiles()
does not return the deleted profile.Observed
getProfiles()
still returns the same content, with the deleted profile inside.The text was updated successfully, but these errors were encountered: