-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 23.0.0
-
Component/s: Admin Console
-
Epic Link:
-
Sprint:UI - 2024-7
-
Story Points:2
As per slack conversation https://nuxeo.slack.com/archives/CJVB4LKT3/p1721032170826179?thread_ts=1720780373.191009&cid=CJVB4LKT3 ,
we need to pass the url while instantiating nuxeo js client to correctly pick the domain value
Steps
- Integrate index.jsp as a starting point for angular app on production builds. For development build, index.html will be used
- pass context from index.jsp as an attribute to <app> root tag for angular
- Read the attribute from angular app to get the context url.
- Pass context url while instantiating nuxeo js client object.