When I perform the "SFDX: Authorize an Org" step of the project in VS Code, I get the error "Ignoring extra certs from null, load failed: error:80000002:system library::No such file or directory". To solve this error, I checked whether "sf-x64" was installed. If it wasn't installed, I reinstalled it but the problem persisted. Then I realized that OpenSSL was not installed, so I installed it and repeated the process. I restarted the computer after each step, thus taking precautions to avoid syncing issues. However, the problem is still not resolved.
I wrote the full error below=>
"Starting SFDX: Authorize an Org
14:21:00.710 sfdx org:login:web --alias vscodeOrg --instance-url https://login.salesforce.com --set-default
Warning: Ignoring extra certs from `null`, load failed: error:80000002:system library::No such file or directory
You acknowledge and agree that the CLI tool may collect usage information, user environment, and crash reports for the purposes of providing services or functions that are relevant to use of the CLI tool and product improvements.
Successfully authorized erdem.fatih.ib@erdem.fatih.ib with org ID 00DWT000000IXjt2AG
14:21:26.718 sfdx org:login:web --alias vscodeOrg --instance-url https://login.salesforce.com --set-default
ended with exit code 0"
After trying many ways, I've solved the issue! The last method I did: First, I added the Salesforce CLI to the Windows %PATH, and then I also added it to the path of the Salesforce extension in Visual Studio Code. However, it still couldn't find the certificates. Later on, I downloaded them through the terminal command, not from Salesforce's official website (this might be a different approach due to setup). After adding them to %PATH again and integrating them into the Visual Studio Code extension, it worked! I'll post a proper update soon.