Failed to load destination. Caused by: No user token (JWT) has been provided. This is strictly neces
Hi, I am trying to call sap odata service from a cap application uisnng cds spawn job.Using destination with PrincipalPropagation, But geeting error. my code :- cds.spawn({ user: cds.context?.user, tenant: cds.context?.tenant, headers: cds.context?.headers || req?.headers, after: iafterTime }, async (req) => { sendToSAP(req, customID) }) const sendToSAP = async (req, customID) => { const …