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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

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

Temporary files not deleted

Hello, When creating a document by attaching a binary file to it, nuxeo creates a temporary directory with the binary file in question in nuxeo.tmp.dir. The problem is that these directories will not be deleted and therefore it will increase the size...

Hotfixes source

Hi, after getting Nuxeo Platform LTS 2019 source code, I try to build it but i get a security problem with access to the hofixes. I undertstand that now we need to be a customer to get precompiled hotfixes but is there a way to get the hotfixes sourc...

Cannot login when anonymous user is activated

Hi, we have a big problem that users cannot login on the web ui when we activate the anonymous user. Even logging out and using the login form, the user is authenticated as anonymous and not with its credentials. Authentication via REST API works. Co...

Permissions - Unable to add/remove ACL

Hello, /> Florent Guillaume /> Kevin Leturc /> I try to add / remove some acls on somes documents in our nuxeo WS but getting always exceptions in logs. /> I have PostgreSQL as database and I tried https://doc.nuxeo.com/nxdoc/read-acls/, but it chang...

freemann_ by Star Contributor
  • 1593 Views
  • 5 replies
  • 0 kudos

Microsoft Azure Online Storage prefixes

Hi. We have configured the Amazon S3 Online Storage Addon with **prefixes **in a bucket. nuxeo.s3storage.bucket=your_BUCKET nuxeo.s3storage.bucket_prefix=yourfolder/ And thats working fine, but now, we are interested in configure the Microsoft Azu...

Paul_Smith by Champ on-the-rise
  • 454 Views
  • 0 replies
  • 0 kudos

Error trying to set up geo_shape field on ElasticSearch

Hi Team, I am trying to set up one of my schema fields as geo_shape via elasticsearch-doc-mapping.json but it throws an error shown below , status line [HTTP/1.1 400 Bad Request] {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"No...