SAP Community
About TunaBerber
TunaBerber
Newcomer
Member since
2024 Sep 16
User Statistics
1
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
Options
Report User
User Activity
Posts
Replies
No posts to display.
Re: CAP App not working in BTP Cockpit
2024 Oct 10
Hello Sakthive,As mentioned above, this is expected behaviour. But there is a solution. In your package.json file, under "cds" section you need to add the following code. "fiori": { "preview": true }, "server": { "index": true }...