Content server SmartUI loading issue
Recently, we upgrade from Content Server 21.1 to Content Server 22.1. After this upgrade, smartUI components are not working. Getting tons of error messages:
To simply the actual issue, we prepared sample test page with help of smartUI documentation.
Step-1: Prepare a testing html file and save it with name: ‘Testpage.htm’
<!DOCTYPE html> <html> <head> <script src="https://uipdev.petronas.com.my/img/csui/bundles/csui-app.js"></script> <link rel="stylesheet" href="https://uipdev.petronas.com.my/img/csui/bundles/csui-app.css"> <style> body { font-size: 11px; } </style> <script> csui.onReady( function() { var connector = new csui.util.Connector( { connection: { url: "https://uipdev.petronas.com.my/otcs/cs.exe/api/v1", supportPath: "/img" } } ), browser = new csui.widget.FolderBrowserWidget( { connector: connector, placeholder: "#folderBrowser" } ); browser.show(); }); </script> </head> <body> <div id="folderBrowser"></div> </body> </html>
2. Place this file in local webserver where this content server exists (to avoid cross domain issues).
3. Try to access ‘Testpage.htm’ from browser, getting below error:
Our initial impression is libraries are not properly loading.
Please share your thoughts with us to resolve this issue. Your help is much appreciated.
Comments
-
may be better asking in https://forums.opentext.com/forums/developer/categories/content-server-smart-view-development suspect you may need to check the required versions of components for Smart UI in the new release as that seems to be the change that was made.
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 152 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories