redhat-developer / openshift-dd-ext

OpenShift Extension for Docker desktop
MIT License
20 stars 7 forks source link

No feedback is given if project can not be created #40

Closed fbricon closed 2 years ago

fbricon commented 2 years ago

My openshift cluster only allows 3 projects. If I reached that limit and try to create another project, the project wizard closes and nothing happens, no error message is displayed.

Using chrome devtools, I can see this in the console:

VM113 renderer_init:57 Uncaught (in promise) Error: An object could not be cloned. at EventEmitter.i.invoke (VM113 renderer_init:57:500) at Function.error (createDesktopUINode.js:9:29)

but it's not obvious this is related to our code.