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
fix(api/models/app): Catch unhandled error (#1317)
Fix for deis/controller#1313
An unhandled exception in ns.create due to "Conflict
namespaces" will
wipe out an entire namespace. I've added a catch here to
protect against
that occurring.