This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
I completed a new install of Alteryx Connect.
I am in Configuration page right now.
Just like a base URL for Gallery where users access Gallery, the base URL for connect should be set to a URL other than https://localhost
for example: connect.company_domain.com
Our galley is gallery.company_domain.com.
or
it should be https://localhost which is the default?
Thank you.
Yes. Best practice is to replace localhost with a fully qualified domain name.
Thank you for the update.
It's not only best practise, but also crucial for all functions to work correctly.
Even though most of the links are relative url, users can access Connect with URL different to the one set as baseurl, but in some cases Connect is using absolute url and users would suddenly be redirected to "localhost/something", which of course won't work for them. Examples are all the links in notification emails and links in the Nexus diagram.