10.1


Related Questions
Hello, I have an action that is exectued by an event handler. But I observed in the server.log file this Error: org.nuxeo.runtime.transaction.TransactionRuntimeException: Transaction has timed out at ...
  0 votes
  0 answers
  0 comments
  798 views

Hello, How can I configure how many asynchronous listeners can run in concurrency?
  0 votes
  1 answers
  0 comments
  1019 views

I have a problem with different redirection in the local environment and on the server. After approval of a lifecycle node locally nuxeo just removes the task and redirects to a blank page with a small list of tasks that are still left, but on my ...
  0 votes
  0 answers
  0 comments
  541 views

Hello, I have this entry in my directory : “Evénement”,“Evénement”, “0”,“0”. And in the metadata layout I defined a nuxeo-directory-suggestion that pointed in that directory. My question is : Is it possible to ignore accents for suggestions in ...
  0 votes
  1 answers
  0 comments
  865 views

Hi all, I have nuxeo 2019 in kubernetes container and I'd like to manually install package nuxeo-arender ( nuxeoctl mp-install nuxeo-nuxeo-arender ) but when I try to stop nuxeo server ( nuxeoctl stop ) inside container… kubernetes restart container ...
  0 votes
  1 answers
  1 comments
  824 views

Hi, I am facing a problem in nuxeo-data-table-column-filter. In fact, I had 3 documents that titled “test1”, “test-1” and “20-05-2020” (capture 1). I would to filter them by title and display just the document “20-05-2020” so I taped in the filter ...
  0 votes
  0 answers
  0 comments
  992 views

Nuxeo is allowing to upload of any kind of file format to the application. I don't want to upload the .exe file to the application. can anyone tell me how to do this? thanks
  0 votes
  1 answers
  0 comments
  1060 views

Hello, The GitHub Security Lab team has found a potential vulnerability in Nuxeo. Please, let us know how to report the details privately. Alternatively , create a GitHub Security Advisory and invite me (pwntester) in to further disclose and discuss ...
  0 votes
  1 answers
  0 comments
  662 views

while trying to install any new packages in the Nuxeo platform from the Nuxeo Marketplace, it showing Package Exception like package not found org.nuxeo.connect.update.PackageException: Package not found: openid-authentication-2021.0.17
  0 votes
  1 answers
  1 comments
  1092 views

Hello, I want to disable the multiSelection in nuxeo-data-table. In fact I want to allow the user to select just one document. I add to nuxeo-data-table multiSelection=“false” but it doesn't work. Any idea? Regards,
  0 votes
  0 answers
  0 comments
  684 views

Is there a complete example of how to download a file using the JavaScript Nuxeo Client? I have tried coding this and need some help. Attached is a function from a React application which uses Electron. The code to display the file using PDF works ...
  0 votes
  2 answers
  0 comments
  794 views

Hello, How can i remove the default document creation like (Audio, Video, File, File Template, Inline Template, Note) that are available default inside workspace window as shown in picture below.
  0 votes
  1 answers
  0 comments
  664 views

Wondering if anyone has some advice for me. We have a share action that allows users to quickly share internally, the action allows the selection of users and it verifies that they don't have access to login to the current document. If the user can ...
  0 votes
  1 answers
  0 comments
  975 views

Hi, I want to select all the document in a particular folder. I am just able to select multiple docs but not all the docs in one click. How can I activate selectAll checbox in nuxeo-data-table component? Could anyone please help me to find this out? ...
  0 votes
  1 answers
  2 comments
  829 views

I cant log in with the default username and password (Administrator/ Administrator). It returns an error: Invalid username or password
  0 votes
  2 answers
  2 comments
  1172 views

Hello, I want to sort a nuxeo-data-table-column (numeric sort). I've used the attribute sort-by but the column was sorted by alphabetic ( for example the value 11 comes after the value 100). Note : the property is an IntegerList But I just want to ...
  0 votes
  0 answers
  0 comments
  1205 views

Im using nuxeo-user-suggestion , i want to know how can use the groupRestriction for filter the search by a group or a permission
  0 votes
  2 answers
  1 comments
  1389 views

I have and object like this: company: “” displayIcon: true displayLabel: “Administrator” email: “devnull@nuxeo.com” entity-type: “user” firstName: “” groups: [] id: “Administrator” lastName: “” prefixed_id: “user:Administrator” tenantId: null type: ...
  0 votes
  1 answers
  0 comments
  803 views

I want to develop and application with multiple forms (around 40 form) in book format. Each form goes in process related to previous form.40 forms are divided in to 4 sections of 10 forms. Like first 4 forms are filled by one user group and then ...
  0 votes
  0 answers
  0 comments
  697 views

I use nuxeo rest api with basic authenticate. But I want to use it without authenticate? How can I solve it?
  0 votes
  2 answers
  0 comments
  858 views

I want to add some custom attributes to file when upload to nuxeo document using below endpoint and payload: http://localhost:8080/nuxeo/api/v1/id/folder_id { “entity-type”: “document”, “type”: “File”, “name”:“test”, “properties” : { “file:content”: ...
  0 votes
  1 answers
  0 comments
  804 views

How to get child elements by parent ref?(uuid)
  0 votes
  2 answers
  0 comments
  1118 views

I upload files to nuxeo document under folder. Now I need to get file info list using folder UUID. Using http://127.0.0.1:8080/nuxeo/api/v1/id/{folder_id} endpoint I get only folder information, but not files info inside a folder. Which endpoint I ...
  0 votes
  1 answers
  0 comments
  1213 views

hello, I'm trying to install a new version of Nuxeo with Docker. Beeing new to docker, i'm currently trying to setup 2 env based on a env-file. The problem is that when i run my docker with : docker run –name nuxeoStaging –env-file envStaging.list ...
  0 votes
  0 answers
  0 comments
  501 views

Hi all, In my project I am using the Nuxeo .NET client for querying the assets and until I decided to introduce tags in my project everything worked perfeclty. However, the issue I am facing is querying the assets with more than one tag in the ...
  0 votes
  1 answers
  0 comments
  820 views

Hi all, I would like to execute a query that would return to me the document based on the file:content/data field. I have tried several different ways of writing the query down but nothing seems to be working for me. Could you please tell me is it ...
  0 votes
  2 answers
  0 comments
  1039 views

Hi all, Whenever I try to upload an image using a Nuxeo .NET SDK the document is automatically created as Picture. How can I change this? In my use case I have several different Document Types for jpgs and I would like to manually decide which type ...
  0 votes
  1 answers
  0 comments
  950 views

Hi all, I would like to create a custom image conversion which should be created upon image upload. I would very much like to specify the dimensions of the new conversions as well as its file format. However, in the Nuxeo documentation I have found ...
  0 votes
  1 answers
  0 comments
  809 views

Hi all, Could you please tell me is it possible to export a metadata schema in Nuxeo without the metadata? What I would like to do is to know all the metadata fields that a certain document stored in Nuxeo can contain and my idea is to somehow ...
  0 votes
  0 answers
  1 comments
  774 views

I'm trying to retrieve document custom schema properties via a REST call. I am only able to pull basic document details. I would like to pull the custom schema fields for my document type via rest. Is this possible, and if so how can it be done? ...
  0 votes
  2 answers
  0 comments
  1195 views