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

URL with appended "@convert?format=tiff" possible?

hi, If I want to download a pdf of an jpg file I can use a URL with "@convert?format=pdf" appended to it, e.g: https://dms.nuxeo.local/nuxeo/api/v1/path/domain01/workspaces/workspace01/car.jpg/@convert?format=pdf Nice feature!! If I want to download ...

Workflow task button filter - custom EL expression

I want to activate a task button depending on a property in the input document: In the filter-input in the workflow node properties Task Button tab I've put the following ID: PanMuntligOverlaggning_enable Then in Advanced Settings->Xml Extensions I h...

Rebuilding the Repository Index

Good Morning, I would like to perform a document reindex. I've been looking at the documentation, https://doc.nuxeo.com/nxdoc/elasticsearch-setup/#rebuilding-the-repository-index, and it talks about the Admin> Elasticsearch> Admin tab. Where is that ...

j_porras by Champ in-the-making
  • 967 Views
  • 2 replies
  • 0 kudos

Resolved! unable to build nuxeo-platform-login-keycloak

Hello, I am unable to build nuxeo-platform-login-keycloak. Error message : [ERROR] Failed to execute goal on project nuxeo-platform-login-keycloak: Could not resolve dependencies for project org.nuxeo.ecm.platform:nuxeo-platform-login-keycloak:jar:11...

Error after purging audit log

Hello, I followed the link "https://doc.nuxeo.com/nxdoc/purging-audit-logs-nxp_logs/" to empty the audit log. I didn't have an error while performing the procedure but after finishing I noticed that I cannot access the proxy documents (including exm:...

Image

Incrementing Unique ID for a document

Hi, Is there any method in Nuxeo Server to give each document a unique and incrementing ID when it is created? Not to replace the unique ID that is given by default, but an additional field like: doc01 -> uniqueID = ef42fj... and incrementID = 00001 ...

Small bug in Nuxeo Web UI - nuxeo-directory-suggestion

Hello, I have found a little bug in the nuxeo-webui component, and I have tried to report it in github, but I wasn't able to find the "Issues" option in the repository: https://github.com/nuxeo/nuxeo-web-ui Anyway, the problem is with the "nuxeo-dire...

Rodri_ by Star Contributor
  • 845 Views
  • 1 replies
  • 0 kudos

Pass chain parameters from document suggestion widget

Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" label="[[i18n('manufa...

Re-evaluate a blob to get correct mime type?

We have imported a decent amount of files using a custom importing app, but some of the mimebtypes were not defined so we have blobs that show as "text/plain" when they should be something else. We can download the blob, then remove it from the Nuxeo...

Nuxeo Drive - Best Practices for Mass Deployment

We are about to deploy Nuxeo Drive to our organization. I want the user experience to be as easy as can be when they first login. We use Ivanti EPM for deployments. Usually I deploy using the system account, but given that Nuxeo installs in the users...

Resolved! Nuxeo cluster with Nuxeo drive

Hello, We have Nuxeo Drive (4.4.3) installed on our workstations. We have 2 Nuxeo servers wich are clustered with HaProxy in front. We have an external application that will create a document in Nuxeo and add a file to it. With our application, when ...

pnux_ by Confirmed Champ
  • 1041 Views
  • 2 replies
  • 0 kudos

Filter data in document suggestion

Hi, I'm trying to reproduce this how-to, but with a document suggestion widget instead of a directory suggestion widget. Here is my code : <nuxeo-document-suggestion value="" label="[[i18n('manufacturing_summary.documentsLocations')]]" ...

Unable to fetch audit logs after Kafka integration

Hi, I am using Nuxeo 10.10 in cluster mode and have setup elastic search cluster as well. Before Kafka integration, I was able to fetch audit logs by /api/v1/id/{docId}/@audit endpoint. But after Kafka integration, I am getting empty entries for my d...

Possible Bug in Drive for Windows EXE Arguments.

Using this tutorial https://doc.nuxeo.com/client-apps/how-to-manually-initialize-or-deploy-a-nuxeo-drive-instance/ I've installed Drive for Windows with the EXE variables below... nuxeo-drive.exe /VERYSILENT /TARGETDRIVEFOLDER="%USERPROFILE%\Document...

type an image title type an image title

Missing rows in cluster_nodes and cluster_invals tables

I have 2 clusters of nuxeo and have enabled clustering by enabling following properties still there are no rows created in cluster_nodes and cluster_invals tables. Am i missing something? These are the properties I have set on cluster 1 . repository....

Getting SQL statements error after redis configuration

I am getting below errors after redis configurations. nuxeo.templates=postgresql-quartz-cluster,redis nuxeo.redis.enabled=true nuxeo.redis.host=localhost nuxeo.redis.port=6380 nuxeo.work.queuing=redis repository.clustering.invalidation=redis 2020-07-...

Getting Error on click on Workspace

Hello Team, I am getting "Unexpected Error " when I click on workspace. In error log below errors are getting. 2020-07-30 11:34:00,719 ERROR [nuxeo-error-log] javax.servlet.ServletException: org.nuxeo.ecm.core.storage.State cannot be cast to java.uti...