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
{{ message }}
This repository was archived by the owner on Dec 30, 2019. It is now read-only.
When trying to save an unknown resource, the model server responds with success: { "type": "success", "data": "Model 'file:/...' successfully saved" }
This is not correct, it should return an error, just like for example the DELETE endpoint. { "type": "error", "data": "Model 'file:/...' not found, cannot be deleted!" }