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

Error in using Binary Metadata

I have created a custom plugin for some Purpose. now I want to use BinaryMetadataService.class which is interface in Nuxeo. I tried to find the existing contribution but couldn't find. Please let me know what i am doing wrong. Following Configuration...

NumberFormatException in writing Binary Metadata

Nuxeo PlatformNXP-19881 Be less strict when getting BinaryMetadata fails for a field this Issue is still not fixed in Version 10.10 .I am getting NumberFormatException if EXIF:XResoultion is in Decimal having value 71.983. I am attaching the image fi...

Get document by file:content/data

Hi all, I would like to execute a query that would return to me the document based on the file:content/data field. I have tried several different ways of writing the query down but nothing seems to be working for me. Could you please tell me is it (a...

Export metadata schema

Hi all, Could you please tell me is it possible to export a metadata schema in Nuxeo without the metadata? What I would like to do is to know all the metadata fields that a certain document stored in Nuxeo can contain and my idea is to somehow export...

How to use environment variable in slot-content ?

I added a custom property to the nuxeo.conf file. I want to use this custom property in webui. For exemple in slot-content <nuxeo-slot-content name="defaultMY_SLOT_NAME" slot="MY_SLOT_NAME"> <template> <my-element my-element-property=[[my-custom-pr...

How to specify document type when uploading via API

Hi all, Whenever I try to upload an image using a Nuxeo .NET SDK the document is automatically created as Picture. How can I change this? In my use case I have several different Document Types for jpgs and I would like to manually decide which type w...

NXQL Order by datetime

I would like to pull all the documents are created recently using NXQL. Please suggest me the NXQL for the same order by date

__11 by Champ in-the-making
  • 624 Views
  • 1 replies
  • 0 kudos

Resolved! How to connect nuxeo docker container to mongodb

Hello, I try to run a nuxeo docker container with mongodb using the following command: docker run --name mynuxeo -p 8080:8080 -e NUXEO_DB_HOST="mongodb://192.168.43.43" -e NUXEO_DB_TYPE="mongodb" nuxeo This command return the next error: Could not ru...

Google Cloud Storage Permissions

We have been working on setting up GCP cloud storage and were able to get it working, however, the permissions set to allow it to work are not considered secure. Currently, we have the following permissions applied: Project perms: storage.buckets.lis...

Google Storage setup: JSON parse exception

Trying to get Google Storage set up for assets, and when nuxeo starts this is the error message I get: Caused by: org.nuxeo.ecm.core.api.NuxeoException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non...

Sean_Hagen by Champ in-the-making
  • 1241 Views
  • 3 replies
  • 0 kudos

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