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! Custom Authentication not working as expected with Java Client SDK

Hello, I have created a custom authentication with a JWT token in nuxeo for both, WebUI and Rest API. For the second one, I am using Java Client SDK 3.2. The WebUI authentication works perfectly, but in the Rest API the behaviour is a little strange....

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

How to migrate database from MSSQL to PostgreSQL

Hi guys, I decided to change the database type for some performance issues. I am using mssql for the database. Now, I want to use postgresql. This is a test environment but I have to change the production environment at the end. I can see a lot of da...

How to disable the draft action?

When editing a document, you get a message in the top-right saying: A draft of this document has been saved. Use Draft | Discard Draft How do I disable this action? I tried to find it via the Admin UI Development mode, but could not hover over it. ...

compiling https://github.com/nuxeo/nuxeo-web-ui fails

I cloned the mentioned repo and want to continue with the next step "npm install". Unfortunately the NPM repo seems to be outdated because a package is missing. npm ERR! Linux 4.15.0-60-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" n...

Nuxeo 10 : How to switch language

Hello, I've installed Nuxeo with the virtual machine (VMBox) onto our server and it works quite well. However, no matter what I try it always outputs english as the default language. I tried multiple devices and browsers with different languages on O...

nuxeo elements : documentation about token authentication

According to documentation and source code : "The nuxeo-connection sets up a connection to a Nuxeo instance and encapsulates the access to the JavaScript Client" a 'token' property can be set for Token Authentication (set method="token") What is ...

Resolved! Compliance with industry standards

Hello, I want to know if Nuxeo is Compliant with the following industry standards: OAI: Open Archive Initiative, important for a digital archiveIIIF: IIIF (International Image Interoperability Framework).

create document with multiple files using java api

Hello, I am trying to use the java api to create a document with attached files. I saw the examples in the documentation and it's working fine. Now I want to try my own method : one call to create the document and attach the files Set<BlobDTO> blobs...

Multiple Identity providers

Hello all, Has anyone successfully configured multiple identity providers for authentication with Nuxeo or does anyone have a clue as to if it is possible? My use case is that I have some users that will need to be able to authenticate with Azure AD ...

Resolved! How to permanently delete items in search trash?

How to permanently delete items in search trash? In Web UI : No action button as "empty trash" is visibleNo action button appears in blue menu bar when items are selected If it is not possible in Web UI, is there any solution using Nuxeo API?

When i upload images to Nuxeo, there is no preview

Hi As the creation of document is 3 step process. I am having two different apis- Batch Creation and Create metadata(document) ------> Wrapper on nuxeo created with spring rest template and uploading image in 2nd step directly to nuxeo with out wra...

Resolved! Custom package fails to get zipped by mvn

I have an issue where I generated a package with a service and an operation using the nuxeo-cli tool ,but when I build it, I get an error saying Failed to execute goal org.nuxeo.build:ant-assembly-maven-plugin:2.1.0:build (default-build) on project c...

Resolved! How can I configure Postgresql schema in Nuxeo.conf

I have configured PostgreSQL DB in nuxeo.conf using below configurations. Nuxeo is using public schema of Postgres. nuxeo.db.name=sample nuxeo.db.user=admin nuxeo.db.password=password nuxeo.db.host=localhost nuxeo.db.port=5432 How can I configure cus...

how to add custom fields to nuxeo-invite component

I've user directory with custom fields added for instance "area", when i create a new user and set his password it works fine and the field "area" is present but when i create a new user without setting his password the "nuxeo-invite" is launched and...

jibanez by Champ in-the-making
  • 910 Views
  • 2 replies
  • 0 kudos

Test Failure

Hi I have written test classes @RunWith(FeaturesRunner.class) @Features({PlatformFeature.class,AutomationFeature.class}) @Deploy("org.nuxeo.ecm.core.schema") @Deploy("org.nuxeo.ecm.actions") @Deploy("org.nuxeo.ecm.automation.core") @Deploy("org.nuxeo...

Search in the current folder only

Hi there, I have a relatively simple requirement: search for documents under the current folder. A similar issue has been discussed here, but I think I am missing something. I am using WebUI, so query parameters in the modeller are not there for me (...

type an image title pageprovider
michal_m by Confirmed Champ
  • 2075 Views
  • 3 replies
  • 1 kudos