Unable to deploy application in Cumulocity

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

hey @veenit.vora,

Are you still having this issue? URL seems ok. Can you share your tenant details?
What version of Web SDK are you using ? Is this application running fine locally in your development.
Can you also have a look inspect option in your browser ? Lastly which browser are you using ? Try with chrome with if not already using .

Regards