0: "Attribute name '-' must match the following regex: /^[A-Za-z][_0-9A-Za-z]*$/"

I had similar problem, but when I deleted //g, regex began to work :slight_smile: so I think regex in Strapi is default as global regex. Because of you delete // and show what it works :slight_smile: