Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Org Browser - retrieve or metadata is not working #4008

Closed
SimonaIstrate31 opened this issue Apr 6, 2022 · 3 comments
Closed

Org Browser - retrieve or metadata is not working #4008

SimonaIstrate31 opened this issue Apr 6, 2022 · 3 comments

Comments

@SimonaIstrate31
Copy link

Summary
When using the OrgBrowser tool in VS Code, the following error occurs:

SyntaxError: Unexpected token c in JSON at position 4

Steps To Reproduce:
Go to OrgBrowser while in a Repo in VS Code
Refresh

Expected result
OrgBrowser should have pulled the data from my org

Actual result
SyntaxError: Unexpected token c in JSON at position 4

sfdx-project.json file:

{
"packageDirectories": [
{
"path": "force-app",
"default": true
}
],
"namespace": "",
"sfdcLoginUrl": "https://test.salesforce.com",
"sourceApiVersion": "54.0"
}

@floralan
Copy link
Contributor

Hi @SimonaIstrate31 , can you share what version of the Salesforce Extensions you're using? This can be found by searching for 'Salesforce' from the Marketplace tab on the left sidebar.

@marine-marsella
Copy link

Hi,
I've the same issue 😖 with my visual studio on my mac (macOs 12.4)
my salesforce extension pack is in version 55.0.0
my sfdx-project.json is in version 55.0 too, and looks like this :

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

Thanks for your help

@github-actions
Copy link

This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants