Closed Ewaken closed 9 months ago
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.
@Ewaken a few questions:
1) are you able to repro the error with previous version of the CLI?
2) can you see the value of the key that's getting the getDecodedKeyIfSourceMembersHas
function?
@Ewaken a few questions:
- are you able to repro the error with previous version of the CLI?
- can you see the value of the key that's getting the
getDecodedKeyIfSourceMembersHas
function?
CustomMetadata__invalid_NAF_codes.X4761Z
I don't see an error when running decodeURIComponent('CustomMetadata__invalid_NAF_codes.X4761Z')
. Regardless, I'll mark it as a bug and get a fix going.
This issue has been linked to a new work item: W-14842075
Summary
Hello, I use scratch orgs on my project and I had the error "URI malformed" on several sf commands:
I found a workaround to avoid this error, I had this stack trace when I executed these commands with "--dev-debug" ("sf project reset tracking --dev-debug" here) :
Then, I can try catch this block of code as follow, and everything work just fine:
Expected result
No error thrown
Actual result
"URI malformed" Error
System Information
I used shell terminal
Additional information