Not able create a project in eclipse-che

Hi,

I am running eclipse-che in docker container by using below command

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v /data:/data -e CHE_PORT=80 -e CHE_SINGLE_PORT=true eclipse/che start

Eclipse-che is running fine,i am able to create a workspace with available stack (eg. java) but when i am trying to create a new project in that workspace nothing is available everything is grayed out only create project window is available.

Also, in logs nothing is there related to error .

Could you please suggest here?