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

Forum Posts

nuxeo 9.10 Invalid cookie header

Hello, I can't install new packages on my nuxeo instance from the marketplace or from the command line. I'm running nuxeo 9.10 withouth any hotfix installed. everytime I execute a command line such as ./nuxeoctl mp-install fix-cve-2021-44228-1.0.0 I ...

Multi folders with Nuxeo-drive

Hi. With nuxeo-drive: I did not find how to synchronize folders of the same tree, independently of each other. Has anyone already done? Would it even be a track? Thank you. French : Bonjour. Avec nuxeo-drive : Je n'ai pas trouvé comment faire pour sy...

HTTPS reverse proxy with NGINX

Does anyone have an example of a working configuration with nginx reverse proxy? What is wrong with the configuration below? server { listen 80; server_name nuxeo.myserver.com; return 301 https://$host$request_uri; } serve...

Permissions Assigned to External Users not work

After sharing a document with an external user without login, the email is sent correctly to the recipient, however, when clicking on the email link, you are always redirected to the login screen. It is not possible to view the document without loggi...

Certificate of maven repositroy is expired

I could not download repositories from https://maven-eu.nuxeo.org/ anymore (today, Feb 07, 2022). The SSL Certificate is expired 5 days ago (Wed, 02 Feb 2022 23:59:59 GMT). As a workaround, I had to switch from https to http. If you are using a recen...

nuxeo-data-table don't delete last item of list, why?

Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the serv...

How to disable JSF UI for User Group

We have an external application handling all the day-to-day interaction for users to the nuxeo repository. In order to avoid any mis-handling of files or structures we need to keep the End-Users out of the JSF UI. How would i go about this. I have a ...

Joe_Rady by Champ in-the-making
  • 1117 Views
  • 1 replies
  • 1 kudos

Resolved! source code for element nuxeo-data-table

Hi! I need overwrite the source for nuxeo-data-table element but i can't find the code (template html) on the GitHub repository https://github.com/nuxeo/nuxeo-web-ui/tree/10.10/elements, where i can find this source? Thanks! Gabo

Using Elasticsearch for vocabulary ?

Hello, Is it possible to use elasticsearch as a vocabulary database ? I was thinking of this because I have vocabularies with a large number of entries and the Directory.SuggestEntries operation takes a long time to respond.

nuxeo-input widget float instead of int

I want to give the user a numeric input field with 2 decimal fractions. I use the following code: <nuxeo-input role="widget" label="[[i18n('com.mycompany.nuxeo.richfile.value')]]" name="value" value="{{document.properties.rfs:value}}" type="number" >...

Blob from BlobInfo

I'm getting a result set from ElasticSearch, and then for each object in the result set, I need to get a Blob (or a Binary) from S3 using only the BlobInfo elements from ES (digest, filename, etc.) Best I have come up with so far is: BlobProvider pro...

Eric_Ace by Confirmed Champ
  • 675 Views
  • 0 replies
  • 0 kudos

What build/version from Web-UI?

What is the best way (if any) as an external user, to know the build version of a running instance with only Web-ui, user or Administrator access? Is there any hint hidden in the Web-ui? Is there a simple HTML GET that will provide this? I understa...

creating nuxeo-web-ui

Hi all, I tried to create the Web UI marketplace ZIP as described in https://github.com/nuxeo/nuxeo-web-ui/. Beside some minor issues regarding version conflicts during "npm install" (which I hoped to have solved by modifying the packages.json) I run...

Unexpected exception from afterCompletion; continuing

I have issue with nuxeo. When I start it I have null pointer exception 2021-11-16T13:24:29,494 WARN [work/defaultPool-00,in:14,inCheckpoint:14,out:0,lastRead:1637065469438,lastTimer:0,wm:214573445093654529,loop:39,checkpoint:1042463607607495.139981...