Weird issue I just noticed on my newly setup itflow system. Been testing tickets and the email sent to a "client" has a url for the website that has a duplicate https. So obviously they wouldn't be able to update the ticket etc. Where does that get generated so I can review if I did something wrong?

Cheer

  • Check $config_base_url in your config.php and make sure you haven't put https in there. It should be the DNS name only

Check $config_base_url in your config.php and make sure you haven't put https in there. It should be the DNS name only

Yep, that's what it was. Thanks!