Development


Related Questions
I'm using nuxeo with docker, when I create a document with pdf, nuxeo fails to create a thumbnail, the following error occurs: 2021-02-04T09:20:07,314 WARN [ThumbnailDocumentFactory] Cannot compute document ...
  0 votes
  1 answers
  0 comments
  1207 views

I am running performance tests on Nuxeo starting from 2 TPS and I am getting the below queries which are taking too much time to execute. Also, they are getting executed multiple times per transaction of upload API. 1st Query: UPDATE ...
  0 votes
  0 answers
  0 comments
  724 views

Hello, In an automation script (javascript), I need to know if a Word document is currently open (by nuxeo drive) before doing operations on it. Is it possible to receive the same information in the webUI? Is it possible to receive the same ...
  0 votes
  1 answers
  2 comments
  583 views

Hi, I want to know if we can get the groups authorized to edit / see a document using the Nuxeo Python API with Nuxeo 10.10. I know how to find groups & their users, how to extract each metadata from a Document, but the groups doesn't appear in ...
  0 votes
  1 answers
  0 comments
  950 views

Hello, I want to add a new action button and when I click on this added button, a pop up will be opened and display the search view (search form and search result). So I want to ask : Is it possible to display search form and search result in a pop ...
  0 votes
  1 answers
  0 comments
  794 views

Hi, i'm working on an app who's using the Nuxeo Python API, i've done everything needed appart the download part, i can't find the way to download a document from it's uid using the Nuxeo Python API, When i try with URL, it sends me a 401 error so i ...
  0 votes
  1 answers
  1 comments
  1001 views

We have a specific workspace doctype created with a custom page provider to show relevant columns for the doctype's fields. I was able to customize the layout view for the nuxeo-data-table, but am having a hard time finding information on how to ...
  0 votes
  1 answers
  2 comments
  1225 views

I am using Nuxeo rest APIs to upload images and some APIs are taking too much time on less tps (tested for 4 and 6 tps). After monitoring, I found that there is an update query for kv_transient_batchmanagercache table which is taking too much time ...
  0 votes
  0 answers
  2 comments
  751 views

Hello, Can we process the following request with a generic page provider SELECT * FROM Document WHERE dc:language = '' OR dc:language IS NULL For information I managed to look for the nulls but I don't know how to add a predicate on the empty space ...
  0 votes
  1 answers
  1 comments
  1175 views

Hello, I got a question regarding hotfixes. I took a look at the git repository, and as far as I can see every hotfix branch always includes every previous hotfixes is that correct? So if we apply these hotfixes without mp-hotfix but by building the ...
  0 votes
  1 answers
  0 comments
  1018 views

When making the preview of a document we need to specify the format of the document. In this example we want to preview a photo, so the format is image : ...
  0 votes
  1 answers
  0 comments
  716 views

Hello, Anyone have any idea why the “min-chars” parameter will not be considered in “nuxeo-dropdown-aggregation”? Thank you
  0 votes
  1 answers
  2 comments
  877 views

BatchId creation API is taking too much time to response. While monitoring the APIs using NewRelic I found out that com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker/dispatch is taking more ...
  0 votes
  0 answers
  0 comments
  646 views

I have a workflow with multiple tasks. When I try to complete my task and got 502 Bad gateway exception while completing, the task becomes empty, i see the graph of my workflow from nuxeo ui and shows me empty task and Automation chain execution ...
  0 votes
  1 answers
  0 comments
  774 views