-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.2
-
Component/s: Nuxeo Connector
-
Tags:
It was impossible to run Arender's features in a docker compose environment described here
https://github.com/nuxeo-sandbox/mle-demos/blob/master/2019/test12/docker-compose.yml#L47
Step to reproduce:
- clone repo
- edit your /etc/hosts to map arender to localhost
- cd 2019/test12
- launch.sh
- and open http://localhost:8103 to try Arender on one asset (KO)
Test done but still KO:
mapping nuxeo.url, and mapping networks from docker to localhost like done here
https://github.com/nuxeo/nuxeo-tools-docker-priv/tree/master/arender
and finally here
https://github.com/nuxeo-sandbox/mle-demos/blob/master/2019/test16/docker-compose.yml#L10
the Arender's demo is working BUT all links (like notifications) sent by Nuxeo are with a wrong url (due to wrong nuxeo.url).