Custom domain: redirect to other page than default login

I have a custom domain and configured the A-records properly.
The custom domain now brings me nicely to my retool installation.

The thing is that it ends up on the default login page of retool. Can I configure it in a way so that it always ends up on the default (Home) page of my app?

Every help would be highly appreciated. Thanks.

Hey @Tom_Suter - thanks for reaching out.

It sounds like you want to define your custom domain in such a way that it takes you to a specific app (yourdomain.com/app/yourapp/page1) instead of your org's home page (yourdomain.com). Is that right?

The short answer is that there isn't a way to do this without resorting to additional infrastructure. Are you running a self-hosted Retool instance?

Hi @Darren , thanks for getting back to me. You're right. Instead of the org's homepage it should always take you to a specific app/page.

I could probably load it in a fullpage iframe, but that's a bit ugly, so I'm looking for other ways.

I'm not running a self-hosted Retool instance, but I'm able to use additional infrastructure. What are the possibilities?

Now that I think about it, there's a pretty clean way to do this if you are on a Business plan. It's possible to set a default landing page for specific user groups, as shown below.

The more intricate solution that I was originally thinking of wouldn't be quite the same. My idea was to map a DNS A record to a dedicated server whose primary purpose is to redirect the request to a specific Retool app.

Hi @Darren , thanks for suggesting this solution. It doesn't work yet. I configured there for all users the Landing Page to be the right app.

Ideally it would go then to the default page of that app, with a custom login, but now it went again to the default login of retool. Can I configure this somewhere?

Or should I user "External Apps" for this?

ya, I think you'll want to use external apps since you want people to see it before logging in

That's a good clarification - I wasn't understanding that you want to entirely bypass Retool's login page. In that case, you can actually replace the default login page with a custom app via the Branding settings.

That should hopefully meet your needs!

1 Like

That did the trick! Thank you @Darren and @bobthebear!

2 Likes