Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Translation - Nuxeo looking for the wrong files

Hello, Nuxeo apparently looks for the wrong translations files. When looking at the development tools in chrome I can see the following Log : nuxeo-app.html-52.js:74 GET http://localhost:8080/nuxeo/ui/i18n/messages-de-DE.json 404 loadLang @ nuxeo-app...

Tom_Hetto by Champ on-the-rise
  • 1926 Views
  • 4 replies
  • 0 kudos

What are the format for these files ?

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 : http://localhost:8080/nuxeo/site/api/v1/repo/default/id/23d871d2-052a-4f58-8f90-4b07c5a074ea/@bl...

Building and applying hotfixes

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 ...

Tom_Hetto by Champ on-the-rise
  • 828 Views
  • 1 replies
  • 1 kudos

Problème de synchronisation Nuxeo Drive

Bonjour, Nous utilisons la version 8.10 de Nuxeo et Nuxeo Drive 4.5.0. Nous éprouvons quelques difficultés de synchronisation avec le drive depuis peu de temps. En effet, certains dossiers ne remontent pas dans Nuxeo et d'autres sont dupliqués avec u...

What are the possible format when making a preview ?

I want to make a preview of a document. I found this documentation : https://doc.nuxeo.com/nxdoc/preview/ There is an example mentionned in the site : http://localhost:8080/nuxeo/site/api/v1/repo/default/id/23d871d2-052a-4f58-8f90-4b07c5a074ea/@blob/...

Batch id creation API is taking too much time

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 tha...

Logout to Login page in one step

Hi! I've successfully added an Anonymous user, but since then when a non-anonymous user logs out, it's not redirected to the default login screen, but remains in the web-ui Dashboard as Anonymous user. Sign-out again as Anonymous user exits to login ...

using template rendering addon without JSF

Hello, I have a question regarding the template rendering addon it is motioned in the document that it depends on the JSF which is deprecated and to configure a template I need to install the nuxeo-jsf-ui addon. The template document is configured i...

Looking for a way to look up all external permission share

Is there a way to look up all external shares? I've tried NXQL in the admin tab but I get mixed results. The documentation I read seemed to indicate that ACLs are a special NXQL property and that most fields are not searchable. This is about as close...

Empty task of a workflow

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 whil...

Query WorkManagerStatus

How can i get WorkManagerStatus info ? Is there a way to query this info, i want to fetch Queue pictureViewsGeneration info

How to Download A File using JavaScript Client

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 O...