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

Forum Posts

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
  • 2004 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
  • 1368 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...