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

How to Customize Startup Redirection

I've followed the following procedure to redirect Nuxeo start up page, but it does not work for me : https://doc.nuxeo.com/display/NXDOC60/How+to+Customize+Startup+Redirection It does not redirect the page, and I'm getting the standard dashboard afte...

Erwan_ by Champ on-the-rise
  • 681 Views
  • 2 replies
  • 1 kudos

Redirect Loop after Login

Hi, We are having a problem with our Nuxeo 6.0 implementation where users not able to login. They are presented with the Login screen, however when they login they get an error message saying: “This web page has a redirect loop”. We are running Nuxeo...

Resolved! Do I need a browser protocol handler with nuxeo-drive ?

I'm testing nuxeo-drive with nuxeo 6.0 on ubuntu. I'd like to make use of the "edit with nuxeo-drive" button in the browser. I think I need a protocol handler for firefox but I did not found any downloadable protocol for browsers. I tried to declare ...

acn_ by Confirmed Champ
  • 1312 Views
  • 6 replies
  • 3 kudos

Losing relations when upgrading from 5.6 to 5.8

Hi, We are upgrading from 5.5 to the most recent version of Nuxeo. On the path, relations are lost. According to NXP-10350, an XML file is to be modified. Question : which file should be modified ? Thanks, Ionel

igardais_ by Champ on-the-rise
  • 1027 Views
  • 5 replies
  • 0 kudos

Error on batch/upload rest api with multiple servers

Hi We are currently using the batch/upload rest api to upload files, and we need to load more than one instance of Nuxeo, to distribute requests, but put an elastic load balance in front of the servers is causing a problem in upload (I imagine that b...

Resolved! Multilingual content

I guess there are other users out there facing the same challenge: Keeping records in different languages for the same document I would like to avoid keeping separate documents for each language as this would result in lots of redundant documents wit...

ssze_ by Star Contributor
  • 538 Views
  • 2 replies
  • 0 kudos

Resolved! Upload File With Rest API for a folder in Specific Domain

Hello, I Have a problem, I have 2 servers available, 1 - default 2 - arizona I am trying to make a upload with Rest API, when I do the upload in directory nuxeo_url + '/api/v1/path/default-domain/workspaces' - success but when I do the upload in dir...

Database installation Nuxeo 6

To install according to the manufacturer's database (ORACLE) must meet the following requirements: • Authorizations in V $ SESSION and GV $ SESSION. (GRANT SELECT ON SYS.V_ $ SESSION TO Nuxeo; GRANT SELECT ON SYS.GV_ $ SESSION TO Nuxeo;) • The author...

nuxeo clustering configuration and session replication

I was looking on how to implement session replication across my cluster nodes and found this comment in the server manager config: <! -- Disable HTTP Session persistence between restart since webengine session objects are not serializable -- > Is th...

Lorenzol_ by Champ on-the-rise
  • 479 Views
  • 1 replies
  • 0 kudos

Resolved! Icons on the user center tabs

Hello! /> Since the migration from Nuxeo 5.8 to Nuxeo 6.0 I don't have icons on the tabs of the user center. /> /> I add new entry in the user center it like this: <action id="UABDF" link="/incl/view_ua_config.xhtml" label="Configuration des UA" ic...

What my User center looks like now
pmbroca_ by Champ on-the-rise
  • 720 Views
  • 1 replies
  • 0 kudos

Cannot login, redirect loop

Hi, Windows 2008 Nuxeo 5.6 This happen suddenly after I did a Windows Update and restarted the server. I cannot login to Nuxeo using the correct ID and password. If I use a wrong password, it still will detect and display a wrong password message. I ...

tankteam by Champ on-the-rise
  • 2106 Views
  • 10 replies
  • 1 kudos

Redirection when changing tab

Hi ! /> I have recently made the update from Nuxeo 5.8 to Nuxeo 6.0. Before that when I changed of tab on the virtual navigation, I was redirected to the root document of the tree. To do that I overriden the tree_explorer_with_virtual_navigation.xhtm...

pmbroca_ by Champ on-the-rise
  • 482 Views
  • 1 replies
  • 0 kudos

Configuration of Hybrid File Storage

Hi Reading the documentation, I understand that it's possible configure on local installation (server inside my company), two repositories, one on local disc, and other on amazon s3 for example. Its possible on cloud installation configure one reposi...

How to implement tooltip into select2-results class?

So in the select2-drop widget, where it displays all options in the dropdown, I want it to display a tooltip description for each option that I hover over. Here's what I've done so far within the inlinejs property under a widget name using the sugges...

MEM4FP_ by Champ in-the-making
  • 508 Views
  • 1 replies
  • 0 kudos

Resolved! How to mock environment properties for unit testing ?

Hello, I want to unit test a class where properties are accessed via the Framework.getProperties("key") method. I don't know how to make this properties available in my class under test without having a running server. I gess the answer is related to...