-
Notifications
You must be signed in to change notification settings - Fork 306
Description
Node.js Version
v24.13.0
NPM Version
11.6.2
Operating System
windos11
Subsystem
process
Description
Hello everyone,
I’m encountering an issue when creating a frontend application in VS Code that connects to an OData service.
Minimal Reproduction
Background:
In the customer environment, we initially encountered a certificate error when accessing the OData service.
We then installed the relevant SAP certificates in the environment.
After installing the certificates, the certificate error no longer appears.
Problem:
When creating the frontend project in VS Code and entering the OData service URL, the “Next” button (for OData integration) remains disabled, so we cannot proceed to the next step.
Environment:
VS Code
Node.js environment
OData service from SAP system
SAP certificates installed in the customer environment
Output
Question:
Has anyone experienced a similar issue where, after resolving certificate errors, the OData integration button in VS Code remains inactive?
Are there additional steps required for Node.js / VS Code to properly recognize the installed certificates (for example importing them into Node.js trust store or configuring environment variables)?
Any suggestions or troubleshooting steps would be greatly appreciated.
Thank you in advance!
Before You Submit
- I have looked for issues that already exist before submitting this
- My issue follows the guidelines in the README file, and follows the 'How to ask a good question' guide at https://stackoverflow.com/help/how-to-ask
