btp-developer-guide-cap
btp-developer-guide-cap copied to clipboard
HTML5 App is not visible in SaaS consumer subaccount
Background
I am following the tutorial : Implement Multitenancy in a Full-Stack CAP Application Following SAP BTP Developer’s Guide, and I am now at the last step: Subscribe to the Application. I have created a new consumer subaccount in the same region as the provider subaccount.
Issue
Although the subscription was successful, the HTML5 application is not visible from the consumer subaccount.
I have configured destinations, and the tile is visible in the consumer's Work Zone site.
However, when I press the tile, the app keeps loading, and I see that fetching ui5AppInfo.json is failing with a 404 error.
The dependency viewer shows the following status.
Any suggestions on what might be missing?
The source code is uploaded to the following repository in the "multitenancy" branch. https://github.com/miyasuta/incident-management-2410/tree/multitenancy