Not sure if I should put this here or feature requests.
If a user goes to one of the old org.retool.com domains and a custom domain is enabled, I would like the option to have it redirected.
Not really sure if this would be a major issue in the long term, but while transitioning to a custom domain it would be helpful for people who have bookmarked the old link or old blogs or documentation that uses the an old link.
I could create a startup query that checks the urlparams and redirects the browser. But redirects are best done on the server.
I actually have several issues with discrepancies between running the app on the retool subdomain vs. our custom domain, so I'm curious if there's an option for this.
I am curious about an option to redirect, too – I’ve had instances where I have to have Retool check whether a user is in the “old” Retool subdomain or in our custom domain, then adjust a value accordingly. The example I’m thinking of at the moment is displaying a link to a non-public file in Retool Storage. If the link’s domain doesn’t match their “logged-into” domain, it balks when you click the link. So I make the link domain scheme match whatever is in their address bar.