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
While testing functionalities in the datalab I encountered this API error. When a mongodb service is already launched and the user try to launch a second one, an error pop up appears : Onyxia API Error PUT /api/my-lab/app Response: 500.
I am not sur if two mongodb running at the same time is necessary but if this is forbidden by the API, maybe the interface shouldn't allow it?
The text was updated successfully, but these errors were encountered:
It's not so easy because there is no concept of "this app can be only be started one time"... Behind the scene, the helm chart of mongo was done like that.
While testing functionalities in the datalab I encountered this API error. When a mongodb service is already launched and the user try to launch a second one, an error pop up appears : Onyxia API Error PUT /api/my-lab/app Response: 500.
I am not sur if two mongodb running at the same time is necessary but if this is forbidden by the API, maybe the interface shouldn't allow it?
The text was updated successfully, but these errors were encountered: