Hello All,
I am trying to deploy a custom application in Cumulocity. I have my tenant and am uploading the application zip using the “Administration” application. The zip file has name “bsci_app.zip” and has the following files/folders in the top level (if we extract the archive, these files/folders shall be extracted on the machine):
node_modules(directory),
app.modules.ts
index.ts
ng1.ts
package.json
package-lock.json
polyfills.ts
tsconfig.json
After successful upload, the application is visible in the “Application selector” (9 dots in top right corner of tenant). But, when I select it, I get a 404 Not found error. The URL in the browser bar is /apps/bsci_app/index.html#/, which I believe is correct.
Would appreciate any help in troubleshooting this problem. Thanking everybody in advance.
Regards,
Veenit