Hi,
In 9.1 I'm following the documentation to register a new html application in the api server. Taking as an example the "custom-app" from the GitHub page and following this article from the 9.1 version, I find some issues:
- Adding the new HTML app in Designer so it will appear in the Api server landing page. In the Properties section, the name of the HTML application is correct? I mean, should it be CCC/custom-app? The property Path is irrelevant or should it be filled just as well?
- Compile and deploy the Angular project. Following the same "custom-app" example. Once the project has been compiled and zipped as Html_custom-app.zip , it should be placed in imxweb\custom of the workspace and also in bin\imxweb\custom of the IIS Server, creating the "custom" folders if needed. Is this correct? Because the api server looks for a CCC project (see step 1). I see the newly created application in the Apiserver's landing page but I get a 404 page not found error if I click on the new app.
- Following the same article, the zip file should be uploaded to the database. I find an error when I try the upload with Software Loader: [1218007] Failed to upload file 'C:\inetpub\wwwroot\ApiServer\bin\imxweb\custom\Html_custom-app.zip' to the database. Number of primary key columns does not match"
Any ideas?