on 2025 Jan 28 4:39 PM
Hello SAP Gurus,
I have created one Feature Flags Service instance in BTP (featureflag). which i am trying to access in my Nodejs application using npm package @@sap/xsenv. which works fine in local run. I am getting all the details.
But problem occurs at the time of deployment. It does not recognize the feature-flags.
But we have the instance of feature-flags
Nodejs code -
var services = xsenv.getServices({
"xsuaa": { name: 'basicnodejs-xsuaa' },
"feature-flags": { name: 'featureflag' }
});
Looking for help.
Request clarification before answering.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.