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
There is faulty error handling code in the web api for instance migration. There is an attempt at error handling but instead of raising APIErrors, it raises RuntimeErrors which are not caught and crash the web api.
There is faulty error handling code in the web api for instance migration. There is an attempt at error handling but instead of raising APIErrors, it raises RuntimeErrors which are not caught and crash the web api.
https://github.com/axsh/wakame-vdc/blob/develop/dcmgr/lib/dcmgr/endpoints/12.03/instances.rb#L742-L745
The text was updated successfully, but these errors were encountered: