MarcTCruz
MarcTCruz
@iowillhoit. It is a partial sandbox. Mentioned on my opening post: > > **I am unbable to provide a repository as it happens on a just refreshed partial sandbox from...
@iowillhoit, I found out it some ContentAssets not having ContentVersions maybe due to permissions or it can be due to partial copy. E.g.: ``` SELECT FIELDS(ALL) FROM ContentAsset LIMIT 10(10...
Error(1): [ContentAsset.txt](https://github.com/forcedotcom/cli/files/14638578/ContentAsset.txt) Improper input: [ConnectedApp.txt](https://github.com/forcedotcom/cli/files/14638599/ConnectedApp.txt) [TopicsForObjects.txt](https://github.com/forcedotcom/cli/files/14638600/TopicsForObjects.txt) Not available but shows in sf project generate manifest: [UiViewDefinition.txt](https://github.com/forcedotcom/cli/files/14638603/UiViewDefinition.txt) @iowillhoit
Updated and the problem persists: ``` { "architecture": "linux-x64", "cliVersion": "@salesforce/cli/2.33.3", "nodeVersion": "node-v20.11.1", "osVersion": "Linux 6.1.0-18-amd64", "rootPath": "/home/mtpc/.local/bin/sf_files", "shell": "bash", "pluginVersions": [ "@oclif/plugin-autocomplete 3.0.13 (core)", "@oclif/plugin-commands 3.2.0 (core)", "@oclif/plugin-help 6.0.18...
> Hey. I agree this might be a bug (kicking off enough parallel deployments to cause our lockfile problems). > > But even if we fixed that, a single org...
> However, converting paths between namespaces is not an easy task. You may convert "C:\Windows\System32" to some "??\C:\Windows\System32" and go away with that, but what about the opposite direction? "\SystemRoot\System32"...
> Thanks for your comment @pclausen. As you hopefully saw in the OP, Chapel can be used on Windows 10 systems via Windows Subsystem for Linux (WSL) / Linux bash...
Same error on Debian 12 using the command option "SFDX: Authorize an Org", I can authorize through terminal.
@daphne-sfdc   
@daphne-sfdc ``` me@me:~$ which sfdx /home/me/.nvm/versions/node/v20.17.0/bin/sfdx me@me:~$ which sf /home/me/.nvm/versions/node/v20.17.0/bin/sf me@me:~$ sfdx --version s@salesforce/cli/2.57.7 linux-x64 node-v20.17.0 fme@me:~$ sf --version @salesforce/cli/2.57.7 linux-x64 node-v20.17.0 me@me:~$ ``` I have also tried it with...