TypeError: Cannot read property 'value' of undefined.
You can fixed it by run hal config as below :
hal config features edit --pipeline-templates true
hal config features edit --managed-pipeline-templates-v2-ui true
hal config features edit --managed-pipeline-templates-v2-ui true
then apply them by :
hal deploy apply .
Done!