former_member569813
Explorer
Member since ‎02-29-2016

User Statistics

  • 10 Posts
  • 1 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

During the deployment of the srv instance we get an error. The log tells: :npm ERR! Invalid package name "uuid 2": name can only contain URL-friendly characters This error is new. The package-lock.json shows for "@sap/cds-foss" a dependeny to "...
We use the CAP for developing locally and then deploying to SAP Cloud Platform. In the past there was no problem for the service instance to get the right handler files. Since a newer release of cap , we had to implement the @impl tag in cat.service....
If the data access takes place via an APP router -as it recommended for XSUAA authentication- the transfered user will be always "anonymous" : srv.before('READ', 'Partner', request => { var user = request.user.id; // <<< always "anonymous...