Hi @pshilling, thanks for the API key. I can see that error when I try to authenticate. There’s something amiss with PHP on your server. Is this a server that you’re managing or are you on shared hosting?
A workaround is to edit the file php.ini, if you have access to that either as system administrator or if that file exists under you public_html directory, and change the following line from:
;pcre.jit=1
to
pcre.jit=0
(i.e. removing the leading semi-colon and changing 1 to 0)
If you don’t have access to that file, then you’ll need to take this up with your host’s technical support.