I'm not going to dwell on archive content.the scenario is as follows:There is an xsuaa service created via KYMA and there is a sapui5 application and its deployment should be done via the command line.commandcf deployWhen deploying via the command li...
it is possible to publish an application in Nextjs13 and with i18n, using the template https://sap.github.io/ui5-webcomponents-react/?path=/docs/project-templates--docswith BTP (HTML5 application)?Would you have any examples?
//view.cds
view dummy as select from dummy_table{
key id,
TO_VARCHAR(TO_DATE(comm_doc.create_date )) as create_date : String(20)
}
comand:
cds deploy --profile pg
error:
error: function to_date(date, unknown) does not exist at /workspac...
BAS run OK
localhost error:
err: Error: Client network socket disconnected before secure TLS connection was established at connResetException (node:internal/errors:717:14) at TLSSocket.onConnectEnd (node:_tls_wrap:1595:19) at TLS...
I revisited the topic these days and I was curious about the possibility of continuing with the istio annotation and doing the exposure configuration using istio's features. What would be the recommended ?