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
Describe the bug
Unable to convert already existing transport as a persistent transport. (If a new transport is added as a persistent transport then everything works)
Environment information:
OS: Linux
Platform: Linux 5.11.0-37-generic x86_64
Steps to Reproduce
Steps to reproduce the behavior:
Run hypervisor ./skywire-visor skywire-config.json
Go to visor details and add a transport
Click on the start to make it persistent.
Popup gets stuck
Actual behavior
The UI sends a GET http://localhost:8000/api/visors/<pk>/persistent-transports but never send a PUT http://localhost:8000/api/visors/<pk>/persistent-transports
Expected behavior
Make transport persistent without any issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to convert already existing transport as a persistent transport. (If a new transport is added as a persistent transport then everything works)
Environment information:
Steps to Reproduce
Steps to reproduce the behavior:
./skywire-visor skywire-config.json
Actual behavior
The UI sends a
GET http://localhost:8000/api/visors/<pk>/persistent-transports
but never send aPUT http://localhost:8000/api/visors/<pk>/persistent-transports
Expected behavior
Make transport persistent without any issue.
The text was updated successfully, but these errors were encountered: