Zhongpin Wang
Zhongpin Wang
Hi, we are facing the same issue in `1.8.4`. Here is our code: https://github.com/SAP/ai-sdk-js/blob/813083840cc2809efbb18f7ad0d218d99d1fc4de/packages/orchestration/src/orchestration-client.ts#L138 So we set `responseType` to `stream` and it works well if remote responds with 2xx. However,...
> Hi @marikaner / @ZhongpinWang, > > can one of you please review? Hi @gregorwolf , sorry for the delay, and thanks a lot for your contribution. I left some...
Before merging this, it would be nice if we create an E2E test that fails on the current release and passes on this PR / canary.
Hi @abdev2019 , Thanks for reporting this. Can you narrow your case and provide us a simple EDMX with which we can reproduce the behaviour? It is very hard to...
Hi @KarthikeyanLoganathan , We still don't fully understand your issue here. Our guess would be that you are trying to get a destination registered in a provider subaccount from a...
Hi @maxpfab , Sorry but I am a bit confused here. Please correct me if I am wrong: - CAP APP 1 calls CAP APP 2 uses a Destination registered...
Well since v12, uuid is ESM only..
I feel the same. Destination service does the actual token retrieval. It needs to use the `origin` property stored in the **Additional Properties** and put it into `login_hint` when retrieving...
Hi @beily524 , Thanks for reporting this. As a context, Cloud SDK have [isolation strategy](https://sap.github.io/cloud-sdk/docs/js/features/connectivity/destination-cache#isolation-strategy) for different levels. The default `tenant-user` strategy use `user_id` (from the User JWT) together with...
> Hello [@ZhongpinWang](https://github.com/ZhongpinWang), thank you a lot for your fast reply, I also tried to use the isolation strategy tenant-user, but it still does not work. > > We have...