Hello everyone, for a POC we wanted to configure the Content Server Mobile App, for this we had one Azure VM with OTCS 21.4 and OTDS 21.3 on Tomcat 9, and another Azure VM with Tomcat 9 & AppWorks Gateway 22.1 (Both on Windows Server 2019, Non-SSL Environment).
I followed thoroughly the official AWG Documentation on Installation & Configuration (https://webapp.opentext.com/piroot/csmob/v220200/csmob-cgd/en/html/jsframe.htm?mob-agate-config & the 92 Pgs. PDF on the Installation Guide)
I managed to install the CS Mobile App on AWG, deployed it, and following the documentation, created a Proxy Rule & enabled it:
(I believe the Issue might be here, but I don't know what to change exactly)
I placed for the External OTCS URL the format http://DNS_NAME_OTCS_VM:8080 and for the Gateway External URL I have the format http://DNS_NAME_OTAG_VM:8080.
All in all, I used the http://DNS_NAME_OTAG_VM:8080 as the Gateway Server URL in the Mobile App Configuration, it connected, from there it prompted me to the Login Page, where I logged in as the otadmin account that has access to the OTAG resource in OTDS through the access role.
After I login, the page immediately switches to the Offline page of the App (The Docs said to enable offline access), and when I pull the side menu and click on the "Favourites", it gives me this error:
So the app is really not functional, and I guess it's because of the Proxy Rule?
Other settings that I have:
Also, running: http://DNS_NAME_OTAG_VM:8080/v3/admin/auth/loginurl gives me the result:
{"loginUrl":"http://DNS_NAME_OTAG_VM:8080/otdsws/login","clientId":"otag-otagOAuthClient","resourceId":"b1d1bded-ccb4-43f7-a3b2-af6971ede3f7","supportsAnonymousAccess":false}
Any help from here would be greatly appreciated! Thanks! 😀