You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set the config variable customOrgMetadataTemplates to a hard-coded directory on Windows and try to create a Trigger/Apex class/... I am shown the following message: Only HTTPS protocol is supported for custom templates. Got "c:"
Steps To Reproduce:
Download the repo locally in an SFDX project
Open a terminal in the SFDX project
Set customOrgMetadataTemplates to a Windows path i.e. sfdx config:set customOrgMetadataTemplates=C:\Users\OlivierBrabanders\Documents\Projects\SFDX\templates
Execute any SFDX command for file creation with any name i.e. Apex trigger, name it "Test"
Expected result
I expect a file Test.trigger-meta.xml to be created.
Actual result
An error message is shown: Only HTTPS protocol is supported for custom templates. Got "c:"
Summary
If I set the config variable customOrgMetadataTemplates to a hard-coded directory on Windows and try to create a Trigger/Apex class/... I am shown the following message: Only HTTPS protocol is supported for custom templates. Got "c:"
Steps To Reproduce:
Expected result
I expect a file Test.trigger-meta.xml to be created.
Actual result
An error message is shown: Only HTTPS protocol is supported for custom templates. Got "c:"
Additional information
VS Code Version:
1.61.0
SFDX CLI Version:
sfdx-cli/7.122.1 win32-x64 node-v14.18.0
OS and version:
The text was updated successfully, but these errors were encountered: