Hi, Mirror pages reflect email contents and so can't be changed.You can use Google Translate or similar by prepending the mirror url:https://translate.google.com/translate?sl=auto&tl=es&u=http%3A%2F%2Fexample.com Thanks,-Jon
Hi, Alter your app servers' Apache/IIS configs to rewrite the url's, e.g.RewriteRule ^/webApp/(.*)_(.*) https://$1.domain.tld/$2 [P] Name your web apps country1_xxx, country2_xxx. Thanks,-Jon
Hi, Hashes look fine to me. Campaign just translates those calls directly to the underlying RDBMS- For Postgres this is encode(digest('1ZZ1234', 'sha256'), 'hex'). Thanks,-Jon
It's an orphaned target table from workflow id=322915481. Dropping it will fix your immediate problem, beyond that you can look into altering the DropTableIfExists() function to bump the statement timeout: https://stackoverflow.com/questions/55427534/is-there-a-way-to-override-the-server-configurati...