sfdx-project.json shows API v55 for new SFDX project although v56 is selected in connection

Issue #2229 duplicate
René Görgens created an issue

Hi Scott,

On a fresh SFDX project connected to a sandbox, my sfdx-project.json shows API v55. Additionally, sfdcLoginUrl is set to https://login.salesforce.com although a sandbox connection was selected.

{
"packageDirectories": [
{
"path": "force-app",
"default": true
}
],
"name": "[redacted]",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "55.0"
}

Steps to reproduce:

  • Create new SFDX project (Generate Manifest = TRUE, Generate offline symbol table = TRUE):

  • Select Module and Add Connection:

  • Create new OAuth sandbox connection or select an existing one (Use push/pull instead of deploy/retrieve/delete = TRUE, API version = 56.0)

  • Click OK:

  • Check sfdx-project.json:

{
"packageDirectories": [
{
"path": "force-app",
"default": true
}
],
"name": "Test_SFDX2",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "55.0"
}

Comments (2)

  1. Log in to comment