cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BTP Connectivity Service from local development environment

TobiT
Participant
0 Kudos

Dear community,

i have been playing around with the cloud connector, destination and connectivity service.

I noticed that when using CAP or the sap-cf-axios package my applications are only working when deployed on BTP.

Usecase is quite simple:

Call a rest endpoint on a system connected via the cloud connector.

For running my app in the BAS (or anywhere else) i transfer the environment variables of my cloud application to my local development environment.

But my request keep getting stuck. It is not like i am getting a timeout or a 401, rather the application does not respond at all anymore.

Is there a protection with the connectivity service which prevents request from outside of BTP beeing processed? Like with HANA Cloud where you can only deploy via HDI running in the cloud as long as your ip is not whitelisted or the whitelist is not turned off.

Thanks for your time.

Cheers,

Tobi

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

Please give sap-cf-proxy a try.

TobiT
Participant
0 Kudos

Hi gregorw ,

saw this already once before. Am i doing something wrong or does this repo not build properbly by default? npm run build is failing with some ts errors on a fresh ubuntu.

Cheers

gregorw
Active Contributor
0 Kudos

I've just tried with a freshly cloned folder. But please make sure that you use the branch update-deps-2021-10. If you still face issues please file an issue in the repository.