I have to use the following method to achieve INSERT to avoid such issues:const db = await cds.connect.to('db'); const { YourEntity } = cds.entities('Schema_Name_Space'); await db.run(INSERT.into(YourEntity).entries({ ID: 'Your_ID', ... }));
Make sure you can access your app from the URL displayed in the application page. For example, https://yourhanaurl.com/index.html. Otherwise the URL may be treated as a inactive version and a SAML authorization will still be required.
See note "Ev...