The default path is hard-coded with '/default-domain' which works only if the application repository contains a document with this path.
in https://github.com/nuxeo/nuxeo-web-ui/blob/master/elements/nuxeo-app.html
<nuxeo-document-create-popup id="importPopup" parent="[[currentParent]]" default-path="/default-domain"></nuxeo-document-create-popup>
Steps to reproduce:
- remove default-domain
- create a Domain with another name
- log into Webui
- click on add document (the + icon at the bottom right)
- is related to
-
NXP-23208 "Invalid JSON" and "500 Internal Server Error" after remove /default-domain and access to Root
- Resolved