Pull Request for Invalid template error in XM-Cloud Github Project - Issue#170
The invalid template error blogged in this blog post is very common Sitecore Docker during Up.ps1.
As I was perusing the list of issues in XM Cloud Github project, I noticed the same issue raised a couple of months back.
So, I raised a pull request forking the XM Cloud repo
The code fix for now is to disallow special characters altogether in the generated random string.
A better approach would be to build another Sitecore PowerShell function similar to Get-SitecoreRandomString but just remove $ from the list of special characters similar to this function. Raised an issue for now for the latter.
Comments
Post a Comment