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)
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:
but it's not obvious this is related to our code.