Error at EOS Tease creation
Posted: Fri Dec 12, 2025 2:27 pm
Hi, I have the problem, that I created my first EOS tease. SO far so good, evrything was working in preview but when it comes to publishing, I have a huge amount of errors. The errortext is:
Does not match the regex pattern ^!?[a-zA-Z0-9-*{,}(|)?]+$
Does not match the regex pattern ^\$.*$
Failed to match at least one schema
What can I do to fix this?
My code of the page refering to the error is looking like this:
{
var f = 1;
var e = 6;
z1 = Math.random();
z2 = Math.floor(z1*e + 1 + f);
if(z2==2)pages.goto('field2');
if(z2==3)pages.goto('field3');
if(z2==4)pages.goto('field4');
if(z2==5)pages.goto('field5');
if(z2==6)pages.goto('field6');
if(z2==7)pages.goto('field7');
}
Does not match the regex pattern ^!?[a-zA-Z0-9-*{,}(|)?]+$
Does not match the regex pattern ^\$.*$
Failed to match at least one schema
What can I do to fix this?
My code of the page refering to the error is looking like this:
{
var f = 1;
var e = 6;
z1 = Math.random();
z2 = Math.floor(z1*e + 1 + f);
if(z2==2)pages.goto('field2');
if(z2==3)pages.goto('field3');
if(z2==4)pages.goto('field4');
if(z2==5)pages.goto('field5');
if(z2==6)pages.goto('field6');
if(z2==7)pages.goto('field7');
}