Nuxeo 9.3 or 9.10 Platform not showing various tabs
Unable to find various tabs of default Nuxeo Platform view of 9.2, not visible in 9.3 or 9.10.
PFA for reference, items marked in yellow not available and by default always it opens up WEB UI GUI. Is there any settings need to be done in 9.3 or 9.10 installation to get various tabs of Platforms like , HOME, Workspace, SEARCH, WEBUI and Admin on TOP bar.
This UI is provided by the JSF-UI. With 9.10 and apparently 9.3 they set the WebUI as the default GUI. Therefore to enable JSF-UI again you need to remove the WebUI package (nuxeoctl mp-remove …). It's probably not a good solution, but it's a way to accomplish it.
I experimented a little bit with the URLs and found out that you can access JSF-UI by using the following URL: <Nuxeo host>/nuxeo/nxhome/default/@view_home
. This works at least for the 9.10 Docker version.
I installed my nuxeo instance on Ubuntu 16.04 with apt-get install nuxeo but I can not run nuxeoctl mp-install nuxeo-jsf-ui I get “Registration required” and I hate this Web UI. I don't know how to exit it, I have no admin tabs - nothing works as expected or documented. And nuxeoctl register-trial ends up with This command is deprecated. To register visit: https://connect.nuxeo.com/.....
So how do I get the JSF-UI installed and used as default when I have basically nothing to work with?
Thanks for your help. I really wonder if I am the only one having this kind of problems. (currently I have no UI installed, because I don't need the web-ui and this ui is higher priorized than my prefered jsf-ui so I uninstalled it)
Another question is HOW should I admin nuxeo if jsf-ui is deprecated and there is only the web-ui?