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

Use Nuxeo without Studio

Hi everyone, I use Nuxeo in my job, and i would like to use it in a small association to manage all documents. The trouble is, all the price offers are too expensive for a small asociation. Is it possible to create and manage all types of Nuxeo objec...

Resolved! Nuxeo Tomcat HTTPS Configuration - Why not recommended?

Hello, I want to implement HTTPS in nuxeo, and I have been looking at this: https://doc.nuxeo.com/nxdoc/http-and-https-reverse-proxy-configuration/ Tomcat HTTPS Configuration seems to be very easy (I have experience configuring tomcat to serve via HT...

Rodri_ by Star Contributor
  • 1020 Views
  • 3 replies
  • 2 kudos

stability problem in sending email notifications

Hy, I am facing a stability problem in sending email notifications. When I start the server, everything works fine. I can see the listener in my test Nuxeo (Admin / Monitoring / Nuxeo Event Bus), for example: Id listener Li...

Resolved! Upgrade from 6.0 LTS to LTS 2019

Hello, We are currently working with Nuxeo 6.0 LTS, and we are studying the possibility of doing an upgrade from 6.0 LTS to the last Nuxeo version, LTS 2019. However, we have several doubts about the process: Reading the "Upgrade" documentation, we'v...

Rodri_ by Star Contributor
  • 578 Views
  • 3 replies
  • 1 kudos

multi language

how add multi language to nuxeo web ui [ arabic , english ] ? and make user choose between them

How to optimize permissions on Nuxeo

Hi, I use Nuxeo 10.10 (LTS 2019). When i try to set permission to a large folder , the operation takes 23h to finish. And i have to do that for each group because when i set permission to one group, it's impossible to set permission for an other grou...

pnux_ by Confirmed Champ
  • 603 Views
  • 1 replies
  • 0 kudos

deploy Issue

Dears after i develop my project and i want to deploy it to nuxeo so i open cmd and using nuxeo cli i write nuxeo hotreload configure /> the result is Server path must be absolute, and contain a Nuxeo Server Distribution see attachment

Custom Api doesn't listen

Hello Dears i was starting to build custom api as https://doc.nuxeo.com/nxdoc/webengine-jax-rs/ my code is Main Class : public class MyWebAppRoot extends Application { @Override public Set<Class> getClasses() { HashSet> result = new HashSet<Class<?...

Quick search does not search in file content

In "Default search" I can find documents by words that appears in their content. In "Quick search" doesn't appears any document if I search with the same words. Nuxeo documentation says that "Quick search" is a full-text search (https://doc.nuxeo.com...

sonia-c by Champ on-the-rise
  • 619 Views
  • 3 replies
  • 0 kudos

Nuxeo Studio

Hello i Add new Polymer element By Nuxeo Studio but in browser give this Request URL: https://connect.nuxeo.com/nuxeo/site/studio/v2/project/dsproject-data-serve/workspace/ws.resources/nuxeo.war/ui/document/DocumentScanning/online_demo_scan.htmlReque...

Studio ui

Hello Dears i use studio UI and i declared Layout Blocks then i import it into view of document type Browser network type --------------- ui/forms/my-goelement.html 401 (Unauthorized) -------------- i see that is easy problem how i can configure...

Using Nuxeo for Bill Management

Hello Team, I am a computer science student and I found your platform and I would like to learn how to use it by implementing some things with it. For my first project, I wanted to try to build a system that tracks bills. So I created a schema for a ...

Custom fields to groups and Web UI

With JSF UI, adding custom fields was very easy because a group layout existed ready to be overridden and customized. However with Web UI, the group fields are all hardcoded in the nuxeo-group-management elements and its children. Is there a new prop...

web Ui Deploy

Dears that is first time to use nuxeo platform , it is excellent i have two question 1 - how i deploy my code i added it over web ui without using Nuxeo Drive ? 2 - how i can build my Api ? thanks