- Issue created by @mayur-sose
When trying to create a component with an apostrophe or special characters in its name, the system displayed an error:
{
"status": 422,
"data": {
"errors": [
{
"detail": "[id] Does not match the regex pattern ^[a-z]([a-zA-Z0-9_-]*[a-zA-Z0-9])*:[a-z]([a-zA-Z0-9_-]*[a-zA-Z0-9])*$/n[machineName] Does not match the regex pattern ^[a-z]([a-zA-Z0-9_-]*[a-zA-Z0-9])*$",
"source": {
"pointer": ""
}
},
{
"detail": "The <em class=\"placeholder\">"who's_live"</em> machine name is not valid.",
"source": {
"pointer": "machineName"
}
}
]
}
}
Active
0.0
Page builder